Package org.bouncycastle.x509
Class AttributeCertificateIssuer
- java.lang.Object
-
- org.bouncycastle.x509.AttributeCertificateIssuer
-
- All Implemented Interfaces:
Cloneable
,CertSelector
,Selector
public class AttributeCertificateIssuer extends Object implements CertSelector, Selector
Deprecated.use org.bouncycastle.cert.AttributeCertificateIssuerCarrying class for an attribute certificate issuer.
-
-
Constructor Summary
Constructors Constructor Description AttributeCertificateIssuer(X500Principal principal)
Deprecated.AttributeCertificateIssuer(AttCertIssuer issuer)
Deprecated.Set the issuer directly with the ASN.1 structure.AttributeCertificateIssuer(X509Principal principal)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
clone()
Deprecated.boolean
equals(Object obj)
Deprecated.Principal[]
getPrincipals()
Deprecated.Return any principal objects inside the attribute certificate issuer object.int
hashCode()
Deprecated.boolean
match(Object obj)
Deprecated.Match the passed in object, returning true if it would be selected by this selector, false otherwise.boolean
match(Certificate cert)
Deprecated.
-
-
-
Constructor Detail
-
AttributeCertificateIssuer
public AttributeCertificateIssuer(AttCertIssuer issuer)
Deprecated.Set the issuer directly with the ASN.1 structure.- Parameters:
issuer
- The issuer
-
AttributeCertificateIssuer
public AttributeCertificateIssuer(X500Principal principal) throws IOException
Deprecated.- Throws:
IOException
-
AttributeCertificateIssuer
public AttributeCertificateIssuer(X509Principal principal)
Deprecated.
-
-
Method Detail
-
getPrincipals
public Principal[] getPrincipals()
Deprecated.Return any principal objects inside the attribute certificate issuer object.- Returns:
- an array of Principal objects (usually X500Principal)
-
clone
public Object clone()
Deprecated.
-
match
public boolean match(Certificate cert)
Deprecated.- Specified by:
match
in interfaceCertSelector
-
-