Package org.bouncycastle.crypto.tls
Class NameType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.NameType
-
public class NameType extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Field Summary
Fields Modifier and Type Field Description static short
host_name
Deprecated.
-
Constructor Summary
Constructors Constructor Description NameType()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isValid(short nameType)
Deprecated.
-
-
-
Field Detail
-
host_name
public static final short host_name
Deprecated.- See Also:
- Constant Field Values
-
-