|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmPcrInfoLong
public class TcTpmPcrInfoLong
Constructor Summary | |
---|---|
TcTpmPcrInfoLong()
Constructor - see superclass for details |
|
TcTpmPcrInfoLong(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmPcrInfoLong(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmPcrInfoLong(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmPcrSelection |
getCreationPCRSelection()
Returns contents of the creationPCRSelection field. |
TcTpmCompositeHash |
getDigestAtCreation()
Returns contents of the digestAtCreation field. |
TcTpmCompositeHash |
getDigestAtRelease()
Returns contents of the digestAtRelease field. |
TcBlobData |
getEncoded()
This method encodes the TPM_PCR_INFO_LONG as a byte blob. |
short |
getLocalityAtCreation()
Returns contents of the localityAtCreation field. |
short |
getLocalityAtRelease()
Returns contents of the localityAtRelease field. |
TcTpmPcrSelection |
getReleasePcrSelection()
Returns contents of the releasePCRSelection field. |
int |
getTag()
Returns contents of the tag field. |
void |
setCreationPCRSelection(TcTpmPcrSelection creationPCRSelection)
Sets the creationPCRSelection field. |
void |
setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
Sets the digestAtCreation field. |
void |
setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
Sets the digestAtRelease field. |
void |
setLocalityAtCreation(short localityAtCreation)
Sets the localityAtCreation field. |
void |
setLocalityAtRelease(short localityAtRelease)
Sets the localityAtRelease field. |
void |
setReleasePCRSelection(TcTpmPcrSelection releasePCRSelection)
Sets the releasePCRSelection field. |
void |
setTag(int tag)
Sets the tag 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 TcTpmPcrInfoLong()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmPcrInfoLong(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmPcrInfoLong(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmPcrInfoLong(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in interface TcITpmPcrInfo
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public int getTag()
public void setTag(int tag)
public short getLocalityAtCreation()
public void setLocalityAtCreation(short localityAtCreation)
public short getLocalityAtRelease()
public void setLocalityAtRelease(short localityAtRelease)
public TcTpmPcrSelection getCreationPCRSelection()
public void setCreationPCRSelection(TcTpmPcrSelection creationPCRSelection)
public TcTpmPcrSelection getReleasePcrSelection()
public void setReleasePCRSelection(TcTpmPcrSelection releasePCRSelection)
public TcTpmCompositeHash getDigestAtCreation()
getDigestAtCreation
in interface TcITpmPcrInfo
public void setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
setDigestAtCreation
in interface TcITpmPcrInfo
public TcTpmCompositeHash getDigestAtRelease()
getDigestAtRelease
in interface TcITpmPcrInfo
public void setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
setDigestAtRelease
in interface TcITpmPcrInfo
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |