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 SSLAuthType
SSLChannelInfo.authType
Authentication 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 SSLAuthType
SSLAuthType.valueOf
(int value) Returns the enum constant of this class with the specified name.static SSLAuthType
Returns 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.