CertificateVerify

Certificate Verify Message

Constructors

this
this(HandshakeIO io, HandshakeState state, TLSPolicy policy, RandomNumberGenerator rng, PrivateKey priv_key)
Undocumented in source.
this
this(Vector!ubyte buf, TLSProtocolVersion _version)
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.
verify
bool verify(X509Certificate cert, HandshakeState state)

Check the signature on a certificate verify message

Inherited Members

From HandshakeMessage

type
HandshakeType type()
Undocumented in source.
serialize
Vector!ubyte serialize()
Undocumented in source.

Meta