ChangeCipherSpec

Change Cipher Spec

package package final
static if(BOTAN_HAS_TLS)
class ChangeCipherSpec : HandshakeMessage {}

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