Package org.bouncycastle.crypto.tls
Class TlsFatalAlert
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.crypto.tls.TlsException
-
- org.bouncycastle.crypto.tls.TlsFatalAlert
-
- All Implemented Interfaces:
java.io.Serializable
public class TlsFatalAlert extends TlsException
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected short
alertDescription
Deprecated.-
Fields inherited from class org.bouncycastle.crypto.tls.TlsException
cause
-
-
Constructor Summary
Constructors Constructor Description TlsFatalAlert(short alertDescription)
Deprecated.TlsFatalAlert(short alertDescription, java.lang.Throwable alertCause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description short
getAlertDescription()
Deprecated.-
Methods inherited from class org.bouncycastle.crypto.tls.TlsException
getCause
-
-