TLSSessionKeys

TLS TLSSession Keys

Constructors

this
this()
Undocumented in source.
this
this(HandshakeState state, SecureVector!ubyte pre_master_secret, bool resuming)

TLSSessionKeys Constructor

Members

Functions

clientCipherKey
const(SymmetricKey) clientCipherKey()
Undocumented in source. Be warned that the author may not have intended to support it.
clientIv
const(InitializationVector) clientIv()
Undocumented in source. Be warned that the author may not have intended to support it.
clientMacKey
const(SymmetricKey) clientMacKey()
Undocumented in source. Be warned that the author may not have intended to support it.
masterSecret
const(SecureVector!ubyte) masterSecret()
Undocumented in source. Be warned that the author may not have intended to support it.
serverCipherKey
const(SymmetricKey) serverCipherKey()
Undocumented in source. Be warned that the author may not have intended to support it.
serverIv
const(InitializationVector) serverIv()
Undocumented in source. Be warned that the author may not have intended to support it.
serverMacKey
const(SymmetricKey) serverMacKey()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta