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
ConstructorDescriptionAttributeCertificateIssuer
(X500Principal principal) Deprecated.Deprecated.Set the issuer directly with the ASN.1 structure.AttributeCertificateIssuer
(X509Principal principal) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.boolean
Deprecated.Deprecated.Return any principal objects inside the attribute certificate issuer object.int
hashCode()
Deprecated.boolean
Deprecated.Match the passed in object, returning true if it would be selected by this selector, false otherwise.boolean
match
(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:
match
in interfaceCertSelector
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
match
Deprecated.Description copied from interface:Selector
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
-