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=SizeInBytesDeclaration
Swift
override init(_ other: KeyMaterial)Parameters
otherThe other key material.
View on GitHub
SessionKey Class Reference