- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.luminis.tls.TlsProtocolException
-
- net.luminis.tls.alert.ErrorAlert
-
- net.luminis.tls.alert.UnsupportedExtensionAlert
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedExtensionAlert extends ErrorAlert
https://tools.ietf.org/html/rfc8446#section-6.2 "unsupported_extension: Sent by endpoints receiving any handshake message containing an extension known to be prohibited for inclusion in the given handshake message, or including any extensions in a ServerHello or Certificate not first offered in the corresponding ClientHello or CertificateRequest."- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedExtensionAlert(java.lang.String message)
-
Method Summary
-
Methods inherited from class net.luminis.tls.alert.ErrorAlert
alertDescription
-
-