Decryptor

Inheritors

Functions

Link copied to clipboard
open suspend fun decrypt(iv: ByteArray, ciphertextInput: ByteArray): ByteArray
open suspend fun decrypt(ciphertextInput: ByteArray): ByteArray
Link copied to clipboard
abstract fun decryptBlocking(iv: ByteArray, ciphertextInput: ByteArray): ByteArray
abstract fun decryptBlocking(ciphertextInput: ByteArray): ByteArray