Package org.bouncycastle.cert
Class AttributeCertificateIssuer
java.lang.Object
org.bouncycastle.cert.AttributeCertificateIssuer
- Direct Known Subclasses:
JcaAttributeCertificateIssuer
Carrying class for an attribute certificate issuer.
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeCertificateIssuer(X500Name principal) Set the issuer directly with the ASN.1 structure. -
Method Summary
-
Constructor Details
-
AttributeCertificateIssuer
Set the issuer directly with the ASN.1 structure.- Parameters:
issuer- The issuer
-
AttributeCertificateIssuer
-
-
Method Details
-
getNames
-
clone
-
equals
-
hashCode
public int hashCode() -
match
Description copied from interface:SelectorMatch the passed in object, returning true if it would be selected by this selector, false otherwise.
-