crypto / org.apache.tuweni.crypto.sodium / Box / SecretKey / fromBytes

fromBytes

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().

Parameters

bytes - The bytes for the secret key.

Return
A secret key.