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 SSLKEATypeSSLChannelInfo.keaTypeKey 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 SSLKEATypeSSLKEAType.valueOf(int value) Returns the enum constant of this class with the specified name.static SSLKEATypeReturns 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.