Package-level declarations

Types

Link copied to clipboard
data class GetDecryptResult(val backend: String, val ciphertext: String, val context: String? = null, val id: String, val key: String, val namespace: String? = null, val plaintext: String)

A collection of values returned by getDecrypt.

Link copied to clipboard
data class GetEncryptResult(val backend: String, val ciphertext: String, val context: String? = null, val id: String, val key: String, val keyVersion: Int? = null, val namespace: String? = null, val plaintext: String)

A collection of values returned by getEncrypt.

Link copied to clipboard
data class GetSignResult(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>, val context: String? = null, val hashAlgorithm: String? = null, val id: String, val input: String? = null, val keyVersion: Int? = null, val marshalingAlgorithm: String? = null, val name: String, val namespace: String? = null, val path: String, val prehashed: Boolean? = null, val reference: String? = null, val saltLength: String? = null, val signature: String, val signatureAlgorithm: String? = null, val signatureContext: String? = null)

A collection of values returned by getSign.

Link copied to clipboard
data class GetVerifyResult(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>, val cmac: String? = null, val context: String? = null, val hashAlgorithm: String? = null, val hmac: String? = null, val id: String, val input: String? = null, val marshalingAlgorithm: String? = null, val name: String, val namespace: String? = null, val path: String, val prehashed: Boolean? = null, val reference: String? = null, val saltLength: String? = null, val signature: String? = null, val signatureAlgorithm: String? = null, val signatureContext: String? = null, val valid: Boolean)

A collection of values returned by getVerify.