Package org.bouncycastle.x509
Class AttributeCertificateIssuer
- java.lang.Object
-
- org.bouncycastle.x509.AttributeCertificateIssuer
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.security.cert.CertSelector
,Selector
public class AttributeCertificateIssuer extends java.lang.Object implements java.security.cert.CertSelector, Selector
Deprecated.use org.bouncycastle.cert.AttributeCertificateIssuerCarrying class for an attribute certificate issuer.
-
-
Constructor Summary
Constructors Constructor Description AttributeCertificateIssuer(javax.security.auth.x500.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 java.lang.Object
clone()
Deprecated.boolean
equals(java.lang.Object obj)
Deprecated.java.security.Principal[]
getPrincipals()
Deprecated.Return any principal objects inside the attribute certificate issuer object.int
hashCode()
Deprecated.boolean
match(java.lang.Object obj)
Deprecated.boolean
match(java.security.cert.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(javax.security.auth.x500.X500Principal principal) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
AttributeCertificateIssuer
public AttributeCertificateIssuer(X509Principal principal)
Deprecated.
-
-
Method Detail
-
getPrincipals
public java.security.Principal[] getPrincipals()
Deprecated.Return any principal objects inside the attribute certificate issuer object.- Returns:
- an array of Principal objects (usually X500Principal)
-
clone
public java.lang.Object clone()
Deprecated.
-
match
public boolean match(java.security.cert.Certificate cert)
Deprecated.- Specified by:
match
in interfacejava.security.cert.CertSelector
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-