TLSChannel.keyMaterialExport

Key material export (RFC 5705)

class TLSChannel
public const
const(SymmetricKey)
keyMaterialExport
(
in string label
,
in string context
,
size_t length
)

Parameters

label string

a disambiguating label string

context string

a per-association context value

length size_t

the length of the desired key in bytes

Return Value

Type: const(SymmetricKey)

key of length bytes

Meta