ModeOfOperationOFB

Constructors

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

Functions

Link copied to clipboard
fun decrypt(ciphertext: ByteArray): ByteArray
Link copied to clipboard
fun encrypt(plaintext: ByteArray): ByteArray