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