botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
ExtendedMasterSecret
botan
tls
extensions
Extended master secret
package package
static if
(
BOTAN_HAS_TLS
)
class
ExtendedMasterSecret :
Extension
{
static
HandshakeExtensionType
staticType
();
HandshakeExtensionType
type
();
Vector
!
ubyte
serialize
();
bool
empty
[@property getter];
this
();
this
(TLSDataReader reader, ushort extension_size);
}
Constructors
this
this
()
Undocumented in source.
this
this
(TLSDataReader reader, ushort extension_size)
Undocumented in source.
Members
Functions
serialize
Vector
!
ubyte
serialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
type
HandshakeExtensionType
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
staticType
HandshakeExtensionType
staticType
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Extension
type
HandshakeExtensionType
type
()
serialize
Vector
!
ubyte
serialize
()
empty
bool
empty
[@property getter]
Meta
Source
See Implementation
botan
tls
extensions
aliases
HandshakeExtensionType
classes
ApplicationLayerProtocolNotification
ChannelIDSupport
EncryptedChannelID
ExtendedMasterSecret
HeartbeatSupportIndicator
MaximumFragmentLength
NPN
RenegotiationExtension
SRPIdentifier
ServerNameIndicator
SessionTicket
SignatureAlgorithms
SignedCertificateTimestamp
StatusRequest
SupportedEllipticCurves
SupportedPointFormats
enums
TLSEXT_SERVER_NAME_INDICATION
interfaces
Extension
structs
TLSExtensions
Extended master secret