|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.entrust.toolkit.x509.revocation.RevocationStore
RevocationStore determines the revocation status of a
specific certificate.
| Constructor Summary | |
RevocationStore()
|
|
| Method Summary | |
protected abstract boolean |
check(X509Certificate certificate,
X509Certificate[] chain)
Determines whether or not the specified certificate has been revoked. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RevocationStore()
| Method Detail |
protected abstract boolean check(X509Certificate certificate,
X509Certificate[] chain)
throws CertificationException
If this revocation store is responsible for certificate,
the method returns true. If certificate has
been revoked, the method throws an exception.
If this revocation store is not responsible for certificate,
the method returns false.
certificate - the certificate to be checked for revocationchain - the certificate chain of which certificate is parttrue if this revocation store is responsible for
the specified certificate, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||