class SessionKey (source)
A KeyExchange session key.
fun bytes(): Bytes |
|
fun bytesArray(): ByteArray |
|
fun equals(other: Any?): Boolean |
|
static fun fromBytes(bytes: Bytes): SessionKeystatic fun fromBytes(bytes: ByteArray): SessionKey
Create a SessionKey from an array of bytes. The byte array must be of length |
|
fun hashCode(): Int |
|
static fun length(): Int
Obtain the length of the key in bytes (32). |