aes
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
aes
aes
/
com.niyaj.aes
/
ModeOfOperationOFB
Mode
Of
Operation
OFB
class
ModeOfOperationOFB
(
key
:
ByteArray
,
iv
:
ByteArray
)
Members
Constructors
Mode
Of
Operation
OFB
Link copied to clipboard
constructor
(
key
:
ByteArray
,
iv
:
ByteArray
)
Functions
decrypt
Link copied to clipboard
fun
decrypt
(
ciphertext
:
ByteArray
)
:
ByteArray
encrypt
Link copied to clipboard
fun
encrypt
(
plaintext
:
ByteArray
)
:
ByteArray