static fun fromBytes(bytes: Bytes): SecretKey (source)static fun fromBytes(bytes: ByteArray): SecretKey (source)
Create a SecretKey from an array of bytes.
The byte array must be of length #length().
bytes - The bytes for the secret key.
Return
A secret key.