Package org.bouncycastle.crypto.tls
Class AlertLevel
- java.lang.Object
-
- org.bouncycastle.crypto.tls.AlertLevel
-
public class AlertLevel extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 5246 7.2
-
-
Constructor Summary
Constructors Constructor Description AlertLevel()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringgetName(short alertDescription)Deprecated.static java.lang.StringgetText(short alertDescription)Deprecated.
-
-
-
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
-
-