public enum PowerAuthDerivedKey extends Enum<PowerAuthDerivedKey>
| Enum Constant and Description |
|---|
ENCRYPTED_VAULT
Value related to the encrypted vault key, value = 2000
|
SIGNATURE_BIOMETRY
Value related to the biometry factor signature key, value = 3
|
SIGNATURE_KNOWLEDGE
Value related to the knowledge factor signature key, value = 2
|
SIGNATURE_POSSESSION
Value related to the possession factor signature key, value = 1
|
TRANSPORT
Value related to the master transport key, value = 1000
|
| Modifier and Type | Method and Description |
|---|---|
long |
getIndex()
Get the enum value (key index).
|
static PowerAuthDerivedKey |
valueOf(long index)
Get enum instance from long value.
|
static PowerAuthDerivedKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerAuthDerivedKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PowerAuthDerivedKey SIGNATURE_POSSESSION
public static final PowerAuthDerivedKey SIGNATURE_KNOWLEDGE
public static final PowerAuthDerivedKey SIGNATURE_BIOMETRY
public static final PowerAuthDerivedKey TRANSPORT
public static final PowerAuthDerivedKey ENCRYPTED_VAULT
public static PowerAuthDerivedKey[] values()
for (PowerAuthDerivedKey c : PowerAuthDerivedKey.values()) System.out.println(c);
public static PowerAuthDerivedKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PowerAuthDerivedKey valueOf(long index)
index - Enum value.public long getIndex()
Copyright © 2016 Lime - HighTech Solutions Inc.. All rights reserved.