|
Bouncy Castle Cryptography 1.26 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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(java.security.cert.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()
CertSelector
CertSelector
. Changes to the
copy will not affect the original and vice versa.
clone
in interface CertSelector
clone
in class java.lang.Object
CertSelector
public boolean match(java.security.cert.Certificate cert)
CertSelector
Certificate
should be selected.
match
in interface CertSelector
cert
- 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 |