Uses of Class
eu.emi.security.authn.x509.RevocationParameters.RevocationCheckingOrder
-
Packages that use RevocationParameters.RevocationCheckingOrder Package Description 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 Modifier and Type Field Description protected RevocationParameters.RevocationCheckingOrderRevocationParameters. orderMethods in eu.emi.security.authn.x509 that return RevocationParameters.RevocationCheckingOrder Modifier and Type Method Description RevocationParameters.RevocationCheckingOrderRevocationParameters. getOrder()static RevocationParameters.RevocationCheckingOrderRevocationParameters.RevocationCheckingOrder. valueOf(java.lang.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 Modifier and Type Method Description voidRevocationParameters. setOrder(RevocationParameters.RevocationCheckingOrder order)Constructors in eu.emi.security.authn.x509 with parameters of type RevocationParameters.RevocationCheckingOrder Constructor Description 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 Constructor Description RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order)Full fledged constructor.
-