Package org.bouncycastle.tls
Class IdentifierType
- java.lang.Object
-
- org.bouncycastle.tls.IdentifierType
-
public class IdentifierType extends java.lang.ObjectRFC 6066
-
-
Field Summary
Fields Modifier and Type Field Description static shortcert_sha1_hashstatic shortkey_sha1_hashstatic shortpre_agreedstatic shortx509_name
-
Constructor Summary
Constructors Constructor Description IdentifierType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetName(short identifierType)static java.lang.StringgetText(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
-
-