Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.ocsp |
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
|
eu.emi.security.authn.x509.helpers.revocation |
Helper classes, implementing general revocation checking functionality.
|
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
OCSPRevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer) |
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
RevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer)
Checks revocation.
|
RevocationStatus |
CRLRevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer) |
static RevocationStatus |
RevocationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationStatus[] |
RevocationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.