public class AttributeCertificateIssuer
extends java.lang.Object
| Constructor and Description |
|---|
AttributeCertificateIssuer(AttCertIssuer issuer)
Set the issuer directly with the ASN.1 structure.
|
AttributeCertificateIssuer(X500Name principal) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
X500Name[] |
getNames() |
int |
hashCode() |
boolean |
match(java.lang.Object obj) |
public AttributeCertificateIssuer(AttCertIssuer issuer)
issuer - The issuerpublic AttributeCertificateIssuer(X500Name principal)
public X500Name[] getNames()
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean match(java.lang.Object obj)