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