Uses of Enum Class
org.mozilla.jss.ssl.SSLMACAlgorithm
Packages that use SSLMACAlgorithm
-
Uses of SSLMACAlgorithm in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLMACAlgorithmModifier and TypeFieldDescriptionprivate SSLMACAlgorithm
SSLChannelInfo.macAlgorithm
MAC algorithm info.Methods in org.mozilla.jss.nss that return SSLMACAlgorithmModifier and TypeMethodDescriptionSSLChannelInfo.getMacAlgorithm()
Gets the value of macAlgorithm. -
Uses of SSLMACAlgorithm in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl that return SSLMACAlgorithmModifier and TypeMethodDescriptionstatic SSLMACAlgorithm
SSLMACAlgorithm.valueOf
(int value) Returns the enum constant of this class with the specified name.static SSLMACAlgorithm
Returns the enum constant of this class with the specified name.static SSLMACAlgorithm[]
SSLMACAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.