SymmetricEncryptRequest

data class SymmetricEncryptRequest(val plaintext: ByteArray, val password: CharArray)

Plaintext and password for symmetric encryption.

Constructors

Link copied to clipboard
constructor(plaintext: ByteArray, password: CharArray)

Properties

Link copied to clipboard
Link copied to clipboard