SymmetricKey

data class SymmetricKey(var secretKey: SecretKey, val encoded: ByteArray = ByteArray(0))

Constructors

Link copied to clipboard
constructor(secretKey: SecretKey, encoded: ByteArray = ByteArray(0))

Properties

Link copied to clipboard
Link copied to clipboard