|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmPcrInfo
public class TcTpmPcrInfo
The TPM_PCR_INFO structure contains the information related to the wrapping of a key or the sealing of data, to a set of PCRs.
Constructor Summary | |
---|---|
TcTpmPcrInfo()
Constructor - see superclass for details |
|
TcTpmPcrInfo(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmPcrInfo(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmPcrInfo(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
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 as a byte blob. |
TcTpmPcrSelection |
getPcrSelection()
Returns contents of the pcrSelection field. |
void |
setDigestAtCreation(TcTpmCompositeHash digestAtCreation)
Sets the digestAtCreation field. |
void |
setDigestAtRelease(TcTpmCompositeHash digestAtRelease)
Sets the digestAtRelease 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 TcTpmPcrInfo()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmPcrInfo(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmPcrInfo(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmPcrInfo(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 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
public TcTpmPcrSelection getPcrSelection()
public void setPcrSelection(TcTpmPcrSelection pcrSelection)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |