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) SSLAlertLevel
private static final long
Fields 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 TypeMethodDescriptionint
int
getLevel()
void
setDescription
(int description) void
setDescription
(SSLAlertDescription description) void
void
setLevel
(int level) void
setLevel
(SSLAlertLevel level) void
toString()
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:
toString
in classEventObject
-