Uses of Enum Class
org.mozilla.jss.ssl.SSLAlertLevel
Packages that use SSLAlertLevel
-
Uses of SSLAlertLevel in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as SSLAlertLevelMethods in org.mozilla.jss.ssl that return SSLAlertLevelModifier and TypeMethodDescriptionSSLAlertEvent.getLevelEnum()static SSLAlertLevelSSLAlertLevel.valueOf(int id) Returns the enum constant of this class with the specified name.static SSLAlertLevelReturns the enum constant of this class with the specified name.static SSLAlertLevel[]SSLAlertLevel.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 SSLAlertLevelConstructors in org.mozilla.jss.ssl with parameters of type SSLAlertLevelModifierConstructorDescriptionSSLAlertEvent(SSLFDProxy proxy, SSLAlertLevel level, SSLAlertDescription description) SSLAlertEvent(SSLSocket socket, SSLAlertLevel level, SSLAlertDescription description)