- java.lang.Object
-
- net.luminis.tls.extension.Extension
-
- net.luminis.tls.extension.SupportedVersionsExtension
-
public class SupportedVersionsExtension extends Extension
The TLS supported versions extension. See https://tools.ietf.org/html/rfc8446#section-4.2.1
-
-
Constructor Summary
Constructors Constructor Description SupportedVersionsExtension(java.nio.ByteBuffer buffer, TlsConstants.HandshakeType handshakeType)SupportedVersionsExtension(TlsConstants.HandshakeType handshakeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()shortgetTlsVersion()-
Methods inherited from class net.luminis.tls.extension.Extension
parseExtensionHeader, parseExtensionHeader
-
-
-
-
Constructor Detail
-
SupportedVersionsExtension
public SupportedVersionsExtension(TlsConstants.HandshakeType handshakeType)
-
SupportedVersionsExtension
public SupportedVersionsExtension(java.nio.ByteBuffer buffer, TlsConstants.HandshakeType handshakeType) throws TlsProtocolException- Throws:
TlsProtocolException
-
-