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