Package org.bouncycastle.tls
Class NameType
- java.lang.Object
-
- org.bouncycastle.tls.NameType
-
public class NameType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
host_name
-
Constructor Summary
Constructors Constructor Description NameType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(short nameType)
static java.lang.String
getText(short nameType)
static boolean
isRecognized(short nameType)
static boolean
isValid(short nameType)
-
-
-
Field Detail
-
host_name
public static final short host_name
- See Also:
- Constant Field Values
-
-