- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.luminis.tls.TlsProtocolException
-
- net.luminis.tls.alert.ErrorAlert
-
- net.luminis.tls.alert.DecryptErrorAlert
-
- All Implemented Interfaces:
java.io.Serializable
public class DecryptErrorAlert extends ErrorAlert
https://tools.ietf.org/html/rfc8446#section-6.2 "decrypt_error: A handshake (not record layer) cryptographic operation failed, including being unable to correctly verify a signature or validate a Finished message or a PSK binder."- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecryptErrorAlert(java.lang.String message)
-
Method Summary
-
Methods inherited from class net.luminis.tls.alert.ErrorAlert
alertDescription
-
-