public class PoyntKeyInfo
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<PoyntKeyInfo> |
CREATOR |
Constructor and Description |
---|
PoyntKeyInfo() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
PoyntKeyType |
getKeyType() |
byte |
getRawData() |
int |
getSlotNumber() |
boolean |
isKEKDisabled() |
boolean |
isKEKPresent() |
boolean |
isKeyEndOfLife() |
boolean |
isKeyPresent() |
void |
setKEKDisabled(boolean kekDisabled) |
void |
setKEKPresent(boolean kekPresent) |
void |
setKeyEndOfLife(boolean endOfLife) |
void |
setKeyPresent(boolean present) |
void |
setKeyType(PoyntKeyType type) |
void |
setRawData(byte data) |
void |
setSlotNumber(int slotNumber) |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<PoyntKeyInfo> CREATOR
public void setKeyType(PoyntKeyType type)
public void setSlotNumber(int slotNumber)
public void setKeyPresent(boolean present)
public void setKeyEndOfLife(boolean endOfLife)
public void setKEKPresent(boolean kekPresent)
public void setKEKDisabled(boolean kekDisabled)
public void setRawData(byte data)
public PoyntKeyType getKeyType()
public int getSlotNumber()
public boolean isKeyPresent()
public boolean isKeyEndOfLife()
public boolean isKEKPresent()
public boolean isKEKDisabled()
public byte getRawData()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int flags)
writeToParcel
in interface android.os.Parcelable