Uses of Enum Class
org.mozilla.jss.ssl.SSLAlertDescription
Packages that use SSLAlertDescription
-
Uses of SSLAlertDescription in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as SSLAlertDescriptionModifier and TypeFieldDescription(package private) SSLAlertDescription
SSLAlertEvent.descriptionEnum
Methods in org.mozilla.jss.ssl that return SSLAlertDescriptionModifier and TypeMethodDescriptionSSLAlertEvent.getDescriptionEnum()
static SSLAlertDescription
SSLAlertDescription.valueOf
(int id) Returns the enum constant of this class with the specified name.static SSLAlertDescription
Returns the enum constant of this class with the specified name.static SSLAlertDescription[]
SSLAlertDescription.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.jss.ssl with parameters of type SSLAlertDescriptionModifier and TypeMethodDescriptionvoid
SSLAlertEvent.setDescription
(SSLAlertDescription description) Constructors in org.mozilla.jss.ssl with parameters of type SSLAlertDescriptionModifierConstructorDescriptionSSLAlertEvent
(SSLFDProxy proxy, SSLAlertLevel level, SSLAlertDescription description) SSLAlertEvent
(SSLSocket socket, SSLAlertLevel level, SSLAlertDescription description)