ModeOfOperationCFB

class ModeOfOperationCFB(key: ByteArray, iv: ByteArray, segmentSize: Int = 1)

Constructors

Link copied to clipboard
constructor(key: ByteArray, iv: ByteArray, segmentSize: Int = 1)

Functions

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