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.OCSPPolicy
CryptoManager.ocspPolicy
Methods in org.mozilla.jss that return CryptoManager.OCSPPolicyModifier and TypeMethodDescriptionstatic CryptoManager.OCSPPolicy
CryptoManager.getOCSPPolicyEnum()
Gets the current OCSP Policy.static CryptoManager.OCSPPolicy
Returns 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 void
CryptoManager.setOCSPPolicy
(CryptoManager.OCSPPolicy policy) Sets the current ocsp Policy.