SymmetricDecryptRequest

data class SymmetricDecryptRequest(val ciphertext: ByteArray, val password: CharArray)

Ciphertext blob and password for symmetric decryption.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard