toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
crypto
/
com.example.crypto.api.cipher
/
AESCipher
/
init
init
abstract
fun
init
(
mode
:
AESCipher.Mode
,
padding
:
AESCipher.Padding
,
operation
:
AESCipher.Operation
,
key
:
ByteArray
,
iv
:
ByteArray
)
:
AESCipher
初始化
Parameters
mode
模式
padding
key
iv
初始化向量(Initialization Vector)