WalletCore
WalletCore
/
wallet.core.jni
/
StoredKeyEncryptionLevel
Stored
Key
Encryption
Level
enum
StoredKeyEncryptionLevel
Preset encryption parameter with different security strength, for key store
Entries
Functions
Entries
DEFAULT
Link copied to clipboard
DEFAULT
MINIMAL
Link copied to clipboard
MINIMAL
WEAK
Link copied to clipboard
WEAK
STANDARD
Link copied to clipboard
STANDARD
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
StoredKeyEncryptionLevel
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
StoredKeyEncryptionLevel
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
StoredKeyEncryptionLevel
>
Returns an array containing the constants of this enum type, in the order they're declared.