|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjsdsi.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.CertSelectorclone in class CertSelectorObject.clone()public boolean match(Certificate cert)
match in class CertSelectorCertSelector.match(Certificate)public Principal getIssuer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||