|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jsdsi.CertSelector jsdsi.IssuerCertSelector
Selects all certificates issued by the given principal.
Constructor Summary | |
IssuerCertSelector(Principal i)
Creates a new IssuerCertSelector that matches
certificates issued by i . |
Method Summary | |
java.lang.Object |
clone()
|
Principal |
getIssuer()
|
boolean |
match(Certificate cert)
|
Methods inherited from class jsdsi.CertSelector |
match |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IssuerCertSelector(Principal i)
IssuerCertSelector
that matches
certificates issued by i
.
Method Detail |
public java.lang.Object clone()
clone
in interface java.security.cert.CertSelector
clone
in class CertSelector
Object.clone()
public boolean match(Certificate cert)
match
in class CertSelector
CertSelector.match(Certificate)
public Principal getIssuer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |