Uses of Enum
eu.emi.security.authn.x509.helpers.revocation.RevocationStatus
Packages that use RevocationStatus
Package
Description
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
Helper classes, implementing general revocation checking functionality.
-
Uses of RevocationStatus in eu.emi.security.authn.x509.helpers.ocsp
Methods in eu.emi.security.authn.x509.helpers.ocsp that return RevocationStatusModifier and TypeMethodDescriptionOCSPRevocationChecker.checkRevocation
(X509Certificate certitifcate, X509Certificate issuer) -
Uses of RevocationStatus in eu.emi.security.authn.x509.helpers.revocation
Methods in eu.emi.security.authn.x509.helpers.revocation that return RevocationStatusModifier and TypeMethodDescriptionCRLRevocationChecker.checkRevocation
(X509Certificate certitifcate, X509Certificate issuer) RevocationChecker.checkRevocation
(X509Certificate certitifcate, X509Certificate issuer) Checks revocation.static RevocationStatus
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.