public static enum GPRegistryEntry.Privilege extends Enum<GPRegistryEntry.Privilege>
| Modifier and Type | Method and Description |
|---|---|
static GPRegistryEntry.Privilege |
lookup(String v) |
static GPRegistryEntry.Privilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPRegistryEntry.Privilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPRegistryEntry.Privilege SecurityDomain
public static final GPRegistryEntry.Privilege DAPVerification
public static final GPRegistryEntry.Privilege DelegatedManagement
public static final GPRegistryEntry.Privilege CardLock
public static final GPRegistryEntry.Privilege CardTerminate
public static final GPRegistryEntry.Privilege CardReset
public static final GPRegistryEntry.Privilege CVMManagement
public static final GPRegistryEntry.Privilege MandatedDAPVerification
public static final GPRegistryEntry.Privilege TrustedPath
public static final GPRegistryEntry.Privilege AuthorizedManagement
public static final GPRegistryEntry.Privilege TokenVerification
public static final GPRegistryEntry.Privilege GlobalDelete
public static final GPRegistryEntry.Privilege GlobalLock
public static final GPRegistryEntry.Privilege GlobalRegistry
public static final GPRegistryEntry.Privilege FinalApplication
public static final GPRegistryEntry.Privilege GlobalService
public static final GPRegistryEntry.Privilege ReceiptGeneration
public static final GPRegistryEntry.Privilege CipheredLoadFileDataBlock
public static final GPRegistryEntry.Privilege ContactlessActivation
public static final GPRegistryEntry.Privilege ContactlessSelfActivation
public static GPRegistryEntry.Privilege[] values()
for (GPRegistryEntry.Privilege c : GPRegistryEntry.Privilege.values()) System.out.println(c);
public static GPRegistryEntry.Privilege 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 GPRegistryEntry.Privilege lookup(String v)
Copyright © 2019. All rights reserved.