Package org.bouncycastle.crypto.tls
Class AlertLevel
- java.lang.Object
-
- org.bouncycastle.crypto.tls.AlertLevel
-
public class AlertLevel extends java.lang.Object
Deprecated.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.String
getName(short alertDescription)
Deprecated.static java.lang.String
getText(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
-
-