|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmPcrComposite
public class TcTpmPcrComposite
The composite structure provides the index and value of the PCR register to be used when creating the value that SEALS an entity to the composite.
Constructor Summary | |
---|---|
TcTpmPcrComposite()
Constructor - see superclass for details |
|
TcTpmPcrComposite(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmPcrComposite(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmPcrComposite(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_PCR_COMPOSITE as a byte blob. |
TcTpmPcrValue[] |
getPcrValue()
Returns contents of the pcrValue field. |
TcTpmPcrSelection |
getSelect()
Returns contents of the select field. |
long |
getValueSize()
Returns contents of the valueSize field. |
void |
setPcrValue(TcTpmPcrValue[] pcrValue)
Sets the pcrValue field. |
void |
setSelect(TcTpmPcrSelection select)
Sets the select 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 TcTpmPcrComposite()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmPcrComposite(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmPcrComposite(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmPcrComposite(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 getSelect()
public void setSelect(TcTpmPcrSelection select)
public long getValueSize()
public TcTpmPcrValue[] getPcrValue()
public void setPcrValue(TcTpmPcrValue[] pcrValue)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |