SessionKey
public class SessionKey : KeyMaterial
The session key, that can be used for encryption after a successful key exchange.
-
The size of the session key in bytes.
Declaration
Swift
static let SizeInBytes: UInt32
-
Creates a session key from other key material.
Precondition
other.sizeInBytes
=SizeInBytes
Declaration
Swift
override init(_ other: KeyMaterial)
Parameters
other
The other key material.