Class 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DecryptErrorAlert

        public DecryptErrorAlert​(java.lang.String message)