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 SSLCipherAlgorithmSSLChannelInfo.symCipherSymmetric 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 SSLCipherAlgorithmSSLCipherAlgorithm.valueOf(int value) Returns the enum constant of this class with the specified name.static SSLCipherAlgorithmReturns 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.