public enum ParolaDegistirmeYontemi extends java.lang.Enum<ParolaDegistirmeYontemi>
Modifier and Type | Field and Description |
---|---|
static int |
APDU10 |
static int |
APDU12SYS |
static int |
APDU12USR |
static int |
APDU12USRWITHAKISCIF |
static int |
APDU20USR |
static int |
GMAKIS20WITHAKISCIF |
static int |
PKCS11 |
Modifier and Type | Method and Description |
---|---|
static ParolaDegistirmeYontemi |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParolaDegistirmeYontemi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final int PKCS11
public static final int APDU10
public static final int APDU12SYS
public static final int APDU12USR
public static final int APDU20USR
public static final int APDU12USRWITHAKISCIF
public static final int GMAKIS20WITHAKISCIF
public static ParolaDegistirmeYontemi[] values()
for (ParolaDegistirmeYontemi c : ParolaDegistirmeYontemi.values()) System.out.println(c);
public static ParolaDegistirmeYontemi valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2025. All rights reserved.