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

java.lang.Objectgnu.javax.net.ssl.provider.CertificateRequest.ClientType
- All Implemented Interfaces:
- Enumerated
- Enclosing class:
- CertificateRequest
- static final class CertificateRequest.ClientType
- extends java.lang.Object
- implements Enumerated
- extends java.lang.Object
Field Summary | |
(package private) static CertificateRequest.ClientType |
DSS_FIXED_DH
|
(package private) static CertificateRequest.ClientType |
DSS_SIGN
|
(package private) static CertificateRequest.ClientType |
RSA_FIXED_DH
|
(package private) static CertificateRequest.ClientType |
RSA_SIGN
|
private int |
value
|
Constructor Summary | |
private |
CertificateRequest.ClientType(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 CertificateRequest.ClientType |
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 |
RSA_SIGN
static final CertificateRequest.ClientType RSA_SIGN
DSS_SIGN
static final CertificateRequest.ClientType DSS_SIGN
RSA_FIXED_DH
static final CertificateRequest.ClientType RSA_FIXED_DH
DSS_FIXED_DH
static final CertificateRequest.ClientType DSS_FIXED_DH
value
private final int value
Constructor Detail |
CertificateRequest.ClientType
private CertificateRequest.ClientType(int value)
Method Detail |
read
static CertificateRequest.ClientType 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 |