Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class NameType

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.NameType

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class NameType
extends java.lang.Object


Field Summary
static short host_name
          Deprecated.  
 
Constructor Summary
NameType()
          Deprecated.  
 
Method Summary
static boolean isValid(short nameType)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host_name

public static final short host_name
Deprecated. 
Constructor Detail

NameType

public NameType()
Deprecated. 
Method Detail

isValid

public static boolean isValid(short nameType)
Deprecated. 

Bouncy Castle Cryptography Library 1.64