public enum PINPurpose extends Enum<PINPurpose>
| Enum Constant and Description |
|---|
AuthenticationSignature |
NonRepudiationSignature |
PINTest |
| Modifier and Type | Method and Description |
|---|---|
static PINPurpose |
fromFileType(FileType fileType)
Determine the likely reason for a PIN request by checking the certificate
chain involved.
|
String |
getType() |
static PINPurpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PINPurpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PINPurpose PINTest
public static final PINPurpose AuthenticationSignature
public static final PINPurpose NonRepudiationSignature
public static PINPurpose[] values()
for (PINPurpose c : PINPurpose.values()) System.out.println(c);
public static PINPurpose 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 String getType()
public static PINPurpose fromFileType(FileType fileType)
fileType - the File on the BeID that is involved in the operationCopyright © 2012–2024 e-Contract.be BV. All rights reserved.