|
Bouncy Castle Cryptography 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.x509.AttributeCertificateIssuer
Carrying class for an attribute certificate issuer.
| Constructor Summary | |
AttributeCertificateIssuer(X509Principal principal)
|
|
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of this CertSelector. |
java.security.Principal[] |
getPrincipals()
Return any principal objects inside the attribue certificate issuer object. |
boolean |
match(Certificate cert)
Decides whether a Certificate should be selected. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeCertificateIssuer(X509Principal principal)
| Method Detail |
public java.security.Principal[] getPrincipals()
public java.lang.Object clone()
CertSelectorCertSelector. Changes to the
copy will not affect the original and vice versa.
clone in interface CertSelectorpublic boolean match(Certificate cert)
CertSelectorCertificate should be selected.
match in interface CertSelectorcert - the Certificate to be checked
true if the Certificate
should be selected, false otherwise
|
Bouncy Castle Cryptography 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||