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

java.lang.Objectgnu.javax.net.ssl.provider.CertificateType
- All Implemented Interfaces:
- Enumerated
- final class CertificateType
- extends java.lang.Object
- implements Enumerated
- extends java.lang.Object
Field Summary | |
(package private) static CertificateType |
OPEN_PGP
|
private int |
value
|
(package private) static CertificateType |
X509
|
Constructor Summary | |
private |
CertificateType(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 CertificateType |
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 |
X509
static final CertificateType X509
OPEN_PGP
static final CertificateType OPEN_PGP
value
private final int value
Constructor Detail |
CertificateType
private CertificateType(int value)
Method Detail |
read
static CertificateType 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 |