Package org.bouncycastle.x509
Class AttributeCertificateIssuer
java.lang.Object
org.bouncycastle.x509.AttributeCertificateIssuer
- All Implemented Interfaces:
Cloneable,CertSelector,Selector
Deprecated.
use org.bouncycastle.cert.AttributeCertificateIssuer
Carrying class for an attribute certificate issuer.
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeCertificateIssuer(X500Principal principal) Deprecated.Deprecated.Set the issuer directly with the ASN.1 structure.AttributeCertificateIssuer(X509Principal principal) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.booleanDeprecated.Deprecated.Return any principal objects inside the attribute certificate issuer object.inthashCode()Deprecated.booleanDeprecated.Match the passed in object, returning true if it would be selected by this selector, false otherwise.booleanmatch(Certificate cert) Deprecated.
-
Constructor Details
-
AttributeCertificateIssuer
Deprecated.Set the issuer directly with the ASN.1 structure.- Parameters:
issuer- The issuer
-
AttributeCertificateIssuer
Deprecated.- Throws:
IOException
-
AttributeCertificateIssuer
Deprecated.
-
-
Method Details
-
getPrincipals
Deprecated.Return any principal objects inside the attribute certificate issuer object.- Returns:
- an array of Principal objects (usually X500Principal)
-
clone
Deprecated. -
match
Deprecated.- Specified by:
matchin interfaceCertSelector
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
match
Deprecated.Description copied from interface:SelectorMatch the passed in object, returning true if it would be selected by this selector, false otherwise.
-