Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class AlertLevel

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.AlertLevel

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

public class AlertLevel
extends java.lang.Object

RFC 5246 7.2


Field Summary
static short fatal
          Deprecated.  
static short warning
          Deprecated.  
 
Constructor Summary
AlertLevel()
          Deprecated.  
 
Method Summary
static java.lang.String getName(short alertDescription)
          Deprecated.  
static java.lang.String getText(short alertDescription)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

warning

public static final short warning
Deprecated. 
See Also:
Constant Field Values

fatal

public static final short fatal
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AlertLevel

public AlertLevel()
Deprecated. 
Method Detail

getName

public static java.lang.String getName(short alertDescription)
Deprecated. 

getText

public static java.lang.String getText(short alertDescription)
Deprecated. 

Bouncy Castle Cryptography Library 1.64