botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
HelloRequest
botan
tls
messages
Hello Request Message
package final
static if
(
BOTAN_HAS_TLS
)
class
HelloRequest :
HandshakeMessage
{
const
(
HandshakeType
)
type
();
this
(HandshakeIO io);
this
(Vector!ubyte buf);
Vector
!
ubyte
serialize
();
}
Constructors
this
this
(HandshakeIO io)
Undocumented in source.
this
this
(Vector!ubyte buf)
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
const
(
HandshakeType
)
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From HandshakeMessage
type
HandshakeType
type
()
Undocumented in source.
serialize
Vector
!
ubyte
serialize
()
Undocumented in source.
Meta
Source
See Implementation
botan
tls
messages
classes
Certificate
CertificateReq
CertificateVerify
ChangeCipherSpec
ChannelID
ClientHello
ClientKeyExchange
Finished
HelloRequest
HelloVerifyRequest
NewSessionTicket
ServerHello
ServerHelloDone
ServerKeyExchange
enums
TLS_EMPTY_RENEGOTIATION_INFO_SCSV
functions
certTypeCodeToName
certTypeNameToCode
finishedComputeVerify
makeHelloRandom
stripLeadingZeros
interfaces
HandshakeMessage
Hello Request Message