WalletCore
WalletCore
/
wallet.core.jni
/
StoredKeyEncryption
Stored
Key
Encryption
enum
StoredKeyEncryption
Preset encryption kind
Entries
Functions
Entries
AES128CTR
Link copied to clipboard
AES128CTR
AES128CBC
Link copied to clipboard
AES128CBC
AES192CTR
Link copied to clipboard
AES192CTR
AES256CTR
Link copied to clipboard
AES256CTR
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
StoredKeyEncryption
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
StoredKeyEncryption
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
StoredKeyEncryption
>
Returns an array containing the constants of this enum type, in the order they're declared.