Uses of Class
eu.emi.security.authn.x509.RevocationParameters.RevocationCheckingOrder

Packages that use RevocationParameters.RevocationCheckingOrder
eu.emi.security.authn.x509 Contains API of the library. 
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
 

Uses of RevocationParameters.RevocationCheckingOrder in eu.emi.security.authn.x509
 

Fields in eu.emi.security.authn.x509 declared as RevocationParameters.RevocationCheckingOrder
protected  RevocationParameters.RevocationCheckingOrder RevocationParameters.order
           
 

Methods in eu.emi.security.authn.x509 that return RevocationParameters.RevocationCheckingOrder
 RevocationParameters.RevocationCheckingOrder RevocationParameters.getOrder()
           
static RevocationParameters.RevocationCheckingOrder RevocationParameters.RevocationCheckingOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RevocationParameters.RevocationCheckingOrder[] RevocationParameters.RevocationCheckingOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.emi.security.authn.x509 with parameters of type RevocationParameters.RevocationCheckingOrder
 void RevocationParameters.setOrder(RevocationParameters.RevocationCheckingOrder order)
           
 

Constructors in eu.emi.security.authn.x509 with parameters of type RevocationParameters.RevocationCheckingOrder
RevocationParameters(CrlCheckingMode crlCheckingMode, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order)
          Constructor allowing to control all settings.
 

Uses of RevocationParameters.RevocationCheckingOrder in eu.emi.security.authn.x509.impl
 

Constructors in eu.emi.security.authn.x509.impl with parameters of type RevocationParameters.RevocationCheckingOrder
RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order)
          Full fledged constructor.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.