Uses of Enum
eu.emi.security.authn.x509.RevocationParameters.RevocationCheckingOrder
Packages that use RevocationParameters.RevocationCheckingOrder
Package
Description
Contains API of the library.
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.RevocationCheckingOrderMethods in eu.emi.security.authn.x509 that return RevocationParameters.RevocationCheckingOrderModifier and TypeMethodDescriptionRevocationParameters.getOrder()
Returns the enum constant of this type with the specified name.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.RevocationCheckingOrderModifier and TypeMethodDescriptionvoid
RevocationParameters.setOrder
(RevocationParameters.RevocationCheckingOrder order) Constructors in eu.emi.security.authn.x509 with parameters of type RevocationParameters.RevocationCheckingOrderModifierConstructorDescriptionRevocationParameters
(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.RevocationCheckingOrderModifierConstructorDescriptionRevocationParametersExt
(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order) Full fledged constructor.