|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmPcrInfoShort
public class TcTpmPcrInfoShort
Constructor Summary | |
---|---|
TcTpmPcrInfoShort()
Constructor - see superclass for details |
|
TcTpmPcrInfoShort(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmPcrInfoShort(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmPcrInfoShort(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmCompositeHash |
getDigestAtRelease()
Returns contents of the digestAtRelease field. |
TcBlobData |
getEncoded()
This method encodes the TPM_PCR_INFO_SHORT as a byte blob. |
short |
getLocalityAtRelease()
Returns contents of the localityAtRelease field. |
TcTpmPcrSelection |
getPcrSelection()
Returns contents of the pcrSelection field. |
void |
init(TcTpmPcrSelection pcrSelection,
short localityAtRelease,
TcTpmCompositeHash digestAtRelease)
Set all required members |
void |
setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
Sets the digestAtRelease field. |
void |
setLocalityAtRelease(short localityAtRelease)
Sets the localityAtRelease field. |
void |
setPcrSelection(TcTpmPcrSelection pcrSelection)
Sets the pcrSelection field. |
String |
toString()
This method returns a String representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTpmPcrInfoShort()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmPcrInfoShort(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmPcrInfoShort(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmPcrInfoShort(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public TcTpmPcrSelection getPcrSelection()
public void setPcrSelection(TcTpmPcrSelection pcrSelection)
public short getLocalityAtRelease()
public void setLocalityAtRelease(short localityAtRelease)
public TcTpmCompositeHash getDigestAtRelease()
public void setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
public void init(TcTpmPcrSelection pcrSelection, short localityAtRelease, TcTpmCompositeHash digestAtRelease)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |