public enum PoyntKeyType extends java.lang.Enum<PoyntKeyType> implements android.os.Parcelable
Enum Constant and Description |
---|
DUKPT_KEY |
MASTER_KEY |
SESSION_KEY |
TRUSTED_SRC_PUBLIC_KEY |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<PoyntKeyType> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getName() |
byte |
getType() |
static PoyntKeyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoyntKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final PoyntKeyType DUKPT_KEY
public static final PoyntKeyType TRUSTED_SRC_PUBLIC_KEY
public static final PoyntKeyType MASTER_KEY
public static final PoyntKeyType SESSION_KEY
public static android.os.Parcelable.Creator<PoyntKeyType> CREATOR
public static PoyntKeyType[] values()
for (PoyntKeyType c : PoyntKeyType.values()) System.out.println(c);
public static PoyntKeyType 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 nullpublic byte getType()
public java.lang.String getName()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable