Package org.mozilla.jss.ssl
Class SSLAlertEvent
java.lang.Object
java.util.EventObject
org.mozilla.jss.ssl.SSLAlertEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) SSLAlertDescription(package private) JSSEngine(package private) int(package private) SSLAlertLevelprivate static final longFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSSLAlertEvent(SSLFDProxy proxy) SSLAlertEvent(SSLFDProxy proxy, int level, int description) SSLAlertEvent(SSLFDProxy proxy, SSLAlertLevel level, SSLAlertDescription description) SSLAlertEvent(SSLSocket socket) SSLAlertEvent(SSLSocket socket, int level, int description) SSLAlertEvent(SSLSocket socket, SSLAlertLevel level, SSLAlertDescription description) -
Method Summary
Modifier and TypeMethodDescriptionintintgetLevel()voidsetDescription(int description) voidsetDescription(SSLAlertDescription description) voidvoidsetLevel(int level) voidsetLevel(SSLAlertLevel level) voidtoString()Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
level
int level -
description
int description -
engine
-
levelEnum
SSLAlertLevel levelEnum -
descriptionEnum
SSLAlertDescription descriptionEnum
-
-
Constructor Details
-
SSLAlertEvent
-
SSLAlertEvent
-
SSLAlertEvent
-
SSLAlertEvent
-
SSLAlertEvent
-
SSLAlertEvent
-
-
Method Details
-
getSocket
-
getFileDesc
-
getLevel
public int getLevel() -
getLevelEnum
-
setLevel
public void setLevel(int level) -
setLevel
-
getDescription
public int getDescription() -
getDescriptionEnum
-
setDescription
public void setDescription(int description) -
setDescription
-
getEngine
-
setEngine
-
toException
-
throwException
- Throws:
SSLException
-
toString
- Overrides:
toStringin classEventObject
-