Uses of Enum Class
org.mozilla.jss.ssl.SSLAuthType
Packages that use SSLAuthType
-
Uses of SSLAuthType in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as SSLAuthTypeModifier and TypeFieldDescriptionprivate SSLAuthTypeSSLChannelInfo.authTypeAuthentication type for the cipher suite.Methods in org.mozilla.jss.nss that return SSLAuthType -
Uses of SSLAuthType in org.mozilla.jss.ssl
Methods in org.mozilla.jss.ssl that return SSLAuthTypeModifier and TypeMethodDescriptionstatic SSLAuthTypeSSLAuthType.valueOf(int value) Returns the enum constant of this class with the specified name.static SSLAuthTypeReturns the enum constant of this class with the specified name.static SSLAuthType[]SSLAuthType.values()Returns an array containing the constants of this enum class, in the order they are declared.