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) SSLAlertDescriptionSSLAlertEvent.descriptionEnumMethods in org.mozilla.jss.ssl that return SSLAlertDescriptionModifier and TypeMethodDescriptionSSLAlertEvent.getDescriptionEnum()static SSLAlertDescriptionSSLAlertDescription.valueOf(int id) Returns the enum constant of this class with the specified name.static SSLAlertDescriptionReturns 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 TypeMethodDescriptionvoidSSLAlertEvent.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)