Package org.bouncycastle.tls
Class IdentifierType
- java.lang.Object
-
- org.bouncycastle.tls.IdentifierType
-
public class IdentifierType extends java.lang.Object
RFC 6066
-
-
Field Summary
Fields Modifier and Type Field Description static short
cert_sha1_hash
static short
key_sha1_hash
static short
pre_agreed
static short
x509_name
-
Constructor Summary
Constructors Constructor Description IdentifierType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(short identifierType)
-
-
-
Field Detail
-
pre_agreed
public static final short pre_agreed
- See Also:
- Constant Field Values
-
key_sha1_hash
public static final short key_sha1_hash
- See Also:
- Constant Field Values
-
x509_name
public static final short x509_name
- See Also:
- Constant Field Values
-
cert_sha1_hash
public static final short cert_sha1_hash
- See Also:
- Constant Field Values
-
-