|
|||||||||
Home >> All >> gnu >> javax >> net >> ssl >> [ provider overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.net.ssl.provider
Class Alert.Description

java.lang.Objectgnu.javax.net.ssl.provider.Alert.Description
- All Implemented Interfaces:
- Enumerated
- Enclosing class:
- Alert
- static final class Alert.Description
- extends java.lang.Object
- implements Enumerated
- extends java.lang.Object
The description enumeration.
Constructor Summary | |
private |
Alert.Description(int value)
|
Method Summary | |
byte[] |
getEncoded()
Returns the encoded value of this enumerated value, which is appropriate to send over-the-wire. |
int |
getValue()
Returns the numeric value of this enumerated value. |
(package private) static Alert.Description |
read(java.io.InputStream in)
|
java.lang.String |
toString()
Returns a string representation of this enumerated value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
CLOSE_NOTIFY
static final Alert.Description CLOSE_NOTIFY
UNEXPECTED_MESSAGE
static final Alert.Description UNEXPECTED_MESSAGE
BAD_RECORD_MAC
static final Alert.Description BAD_RECORD_MAC
DECRYPTION_FAILED
static final Alert.Description DECRYPTION_FAILED
RECORD_OVERFLOW
static final Alert.Description RECORD_OVERFLOW
DECOMPRESSION_FAILURE
static final Alert.Description DECOMPRESSION_FAILURE
HANDSHAKE_FAILURE
static final Alert.Description HANDSHAKE_FAILURE
NO_CERTIFICATE
static final Alert.Description NO_CERTIFICATE
BAD_CERTIFICATE
static final Alert.Description BAD_CERTIFICATE
UNSUPPORTED_CERTIFICATE
static final Alert.Description UNSUPPORTED_CERTIFICATE
CERTIFICATE_REVOKED
static final Alert.Description CERTIFICATE_REVOKED
CERTIFICATE_EXPIRED
static final Alert.Description CERTIFICATE_EXPIRED
CERTIFICATE_UNKNOWN
static final Alert.Description CERTIFICATE_UNKNOWN
ILLEGAL_PARAMETER
static final Alert.Description ILLEGAL_PARAMETER
UNKNOWN_CA
static final Alert.Description UNKNOWN_CA
ACCESS_DENIED
static final Alert.Description ACCESS_DENIED
DECODE_ERROR
static final Alert.Description DECODE_ERROR
DECRYPT_ERROR
static final Alert.Description DECRYPT_ERROR
EXPORT_RESTRICTION
static final Alert.Description EXPORT_RESTRICTION
PROTOCOL_VERSION
static final Alert.Description PROTOCOL_VERSION
INSUFFICIENT_SECURITY
static final Alert.Description INSUFFICIENT_SECURITY
INTERNAL_ERROR
static final Alert.Description INTERNAL_ERROR
USER_CANCELED
static final Alert.Description USER_CANCELED
NO_RENEGOTIATION
static final Alert.Description NO_RENEGOTIATION
UNSUPPORTED_EXTENSION
static final Alert.Description UNSUPPORTED_EXTENSION
CERTIFICATE_UNOBTAINABLE
static final Alert.Description CERTIFICATE_UNOBTAINABLE
UNRECOGNIZED_NAME
static final Alert.Description UNRECOGNIZED_NAME
BAD_CERTIFICATE_STATUS_RESPONSE
static final Alert.Description BAD_CERTIFICATE_STATUS_RESPONSE
BAD_CERTIFICATE_HASH_VALUE
static final Alert.Description BAD_CERTIFICATE_HASH_VALUE
UNKNOWN_SRP_USERNAME
static final Alert.Description UNKNOWN_SRP_USERNAME
MISSING_SRP_USERNAME
static final Alert.Description MISSING_SRP_USERNAME
value
private final int value
Constructor Detail |
Alert.Description
private Alert.Description(int value)
Method Detail |
read
static Alert.Description read(java.io.InputStream in) throws java.io.IOException
getEncoded
public byte[] getEncoded()
- Description copied from interface:
Enumerated
- Returns the encoded value of this enumerated value, which is
appropriate to send over-the-wire.
- Specified by:
getEncoded
in interfaceEnumerated
getValue
public int getValue()
- Description copied from interface:
Enumerated
- Returns the numeric value of this enumerated value.
- Specified by:
getValue
in interfaceEnumerated
toString
public java.lang.String toString()
- Description copied from interface:
Enumerated
- Returns a string representation of this enumerated value.
- Specified by:
toString
in interfaceEnumerated
|
|||||||||
Home >> All >> gnu >> javax >> net >> ssl >> [ provider overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |