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