Uses of Class
eu.emi.security.authn.x509.helpers.revocation.RevocationStatus

Packages that use RevocationStatus
eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. 
eu.emi.security.authn.x509.helpers.pkipath.bc Helper classes included (mostly copied) from the BouncyCastle 1.46 library. 
eu.emi.security.authn.x509.helpers.revocation 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 RevocationStatus
 RevocationStatus OCSPRevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer)
           
 

Uses of RevocationStatus in eu.emi.security.authn.x509.helpers.pkipath.bc
 

Methods in eu.emi.security.authn.x509.helpers.pkipath.bc that return RevocationStatus
 RevocationStatus CRLRevocationChecker.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 RevocationStatus
 RevocationStatus RevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer)
          Checks revocation.
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-2013 European Middleware Initiative. All Rights Reserved.