Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cert
Class AttributeCertificateIssuer

java.lang.Object
  extended byorg.bouncycastle.cert.AttributeCertificateIssuer
All Implemented Interfaces:
java.lang.Cloneable, org.bouncycastle.util.Selector
Direct Known Subclasses:
JcaAttributeCertificateIssuer

public class AttributeCertificateIssuer
extends java.lang.Object
implements org.bouncycastle.util.Selector

Carrying class for an attribute certificate issuer.


Constructor Summary
AttributeCertificateIssuer(org.bouncycastle.asn1.x509.AttCertIssuer issuer)
          Set the issuer directly with the ASN.1 structure.
AttributeCertificateIssuer(org.bouncycastle.asn1.x500.X500Name principal)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 org.bouncycastle.asn1.x500.X500Name[] getNames()
           
 int hashCode()
           
 boolean match(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeCertificateIssuer

public AttributeCertificateIssuer(org.bouncycastle.asn1.x509.AttCertIssuer issuer)
Set the issuer directly with the ASN.1 structure.

Parameters:
issuer - The issuer

AttributeCertificateIssuer

public AttributeCertificateIssuer(org.bouncycastle.asn1.x500.X500Name principal)
Method Detail

getNames

public org.bouncycastle.asn1.x500.X500Name[] getNames()

clone

public java.lang.Object clone()
Specified by:
clone in interface org.bouncycastle.util.Selector

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

match

public boolean match(java.lang.Object obj)
Specified by:
match in interface org.bouncycastle.util.Selector

Bouncy Castle Cryptography Library 1.81