GetDecryptPlainArgs

data class GetDecryptPlainArgs(val backend: String, val ciphertext: String, val context: String? = null, val key: String, val namespace: String? = null) : ConvertibleToJava<GetDecryptPlainArgs>

A collection of arguments for invoking getDecrypt.

Constructors

Link copied to clipboard
constructor(backend: String, ciphertext: String, context: String? = null, key: String, namespace: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val context: String? = null
Link copied to clipboard
val key: String
Link copied to clipboard
val namespace: String? = null

Functions

Link copied to clipboard
open override fun toJava(): GetDecryptPlainArgs