Package eu.emi.security.authn.x509.helpers.revocation
Helper classes, implementing general revocation checking functionality.
Warning: this package contains internal implementation of the library. It is not guaranteed that API of the classes from this package will not change in future releases.
-
Interface Summary Interface Description RevocationChecker Used to check revocation using a single revocation checking mechanism. -
Class Summary Class Description CRLRevocationChecker Implementation ofRevocationChecker
using CRLs, theRFC3280CertPathUtilitiesCanl
. -
Enum Summary Enum Description RevocationStatus Covers possible generic revocation checking outcomes, in case when certificate being checked is not revoked.