Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class AlertLevel

java.lang.Object
  extended by org.bouncycastle.crypto.tls.AlertLevel

public class AlertLevel
extends java.lang.Object

RFC 2246 7.2


Field Summary
static short fatal
           
static short warning
           
 
Constructor Summary
AlertLevel()
           
 
Method Summary
 
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
See Also:
Constant Field Values

fatal

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

AlertLevel

public AlertLevel()

Bouncy Castle Cryptography Library 1.49