Uses of Enum Class
org.mozilla.jss.CryptoManager.OCSPPolicy
Packages that use CryptoManager.OCSPPolicy
-
Uses of CryptoManager.OCSPPolicy in org.mozilla.jss
Fields in org.mozilla.jss declared as CryptoManager.OCSPPolicyModifier and TypeFieldDescriptionprivate static CryptoManager.OCSPPolicyCryptoManager.ocspPolicyMethods in org.mozilla.jss that return CryptoManager.OCSPPolicyModifier and TypeMethodDescriptionstatic CryptoManager.OCSPPolicyCryptoManager.getOCSPPolicyEnum()Gets the current OCSP Policy.static CryptoManager.OCSPPolicyReturns the enum constant of this class with the specified name.static CryptoManager.OCSPPolicy[]CryptoManager.OCSPPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.jss with parameters of type CryptoManager.OCSPPolicyModifier and TypeMethodDescriptionstatic voidCryptoManager.setOCSPPolicy(CryptoManager.OCSPPolicy policy) Sets the current ocsp Policy.