WalletCore
WalletCore
/
wallet.core.jni
/
AESPaddingMode
AESPadding
Mode
enum
AESPaddingMode
Padding mode used in AES encryption.
Entries
Functions
Entries
ZERO
Link copied to clipboard
ZERO
PKCS7
Link copied to clipboard
PKCS7
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
AESPaddingMode
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
AESPaddingMode
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
AESPaddingMode
>
Returns an array containing the constants of this enum type, in the order they're declared.