AESDecryptor

class AESDecryptor(key: SourceBytes, iv: ByteArray) : Decryptor

Constructors

Link copied to clipboard
constructor(key: SourceBytes, iv: ByteArray)

Functions

Link copied to clipboard
open override fun decrypt(data: EncryptedData): SourceBytes