|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmCertifyInfo2
public class TcTpmCertifyInfo2
Constructor Summary | |
---|---|
TcTpmCertifyInfo2()
Constructor - see superclass for details |
|
TcTpmCertifyInfo2(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmCertifyInfo2(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmCertifyInfo2(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmKeyParms |
getAlgorithmParms()
Returns contents of the algorithmParms field. |
short |
getAuthDataUsage()
Returns contents of the authDataUsage field. |
TcTpmNonce |
getData()
Returns contents of the data field. |
TcBlobData |
getEncoded()
This method encodes the TPM_CERTIFY_INFO2 as a byte blob. |
short |
getFill()
Returns contents of the fill field. |
long |
getKeyFlags()
Returns contents of the keyFlags field. |
int |
getKeyUsage()
Returns contents of the keyUsage field. |
TcBlobData |
getMigrationAuthority()
Returns contents of the migrationAuthority field. |
long |
getMigrationAuthoritySize()
Returns contents of the migrationAuthoritySize field. |
boolean |
getParentPCRStatus()
Returns contents of the parentPCRStatus field. |
short |
getPayloadType()
Returns contents of the payloadType field. |
TcBlobData |
getPcrInfo()
Returns contents of the pcrInfo field. |
long |
getPcrInfoSize()
Returns contents of the pcrInfoSize field. |
TcTpmDigest |
getPubkeyDigest()
Returns contents of the pubkeyDigest field. |
int |
getTag()
Returns contents of the tag field. |
void |
setAlgorithmParms(TcTpmKeyParms algorithmParms)
Sets the algorithmParms field. |
void |
setAuthDataUsage(short authDataUsage)
Sets the authDataUsage field. |
void |
setData(TcTpmNonce data)
Sets the data field. |
void |
setFill(short fill)
Sets the fill field. |
void |
setKeyFlags(long keyFlags)
Sets the keyFlags field. |
void |
setKeyUsage(int keyUsage)
Sets the keyUsage field. |
void |
setMigrationAuthority(TcBlobData migrationAuthority)
Sets the migrationAuthority field. |
void |
setParentPCRStatus(boolean parentPCRStatus)
Sets the parentPCRStatus field. |
void |
setPayloadType(short payloadType)
Sets the payloadType field. |
void |
setPcrInfo(TcBlobData pcrInfo)
Sets the pcrInfo field. |
void |
setPubkeyDigest(TcTpmDigest pubkeyDigest)
Sets the pubkeyDigest 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 TcTpmCertifyInfo2()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmCertifyInfo2(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmCertifyInfo2(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmCertifyInfo2(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 int getTag()
public void setTag(int tag)
public short getFill()
public void setFill(short fill)
public short getPayloadType()
public void setPayloadType(short payloadType)
public int getKeyUsage()
public void setKeyUsage(int keyUsage)
public long getKeyFlags()
public void setKeyFlags(long keyFlags)
public short getAuthDataUsage()
public void setAuthDataUsage(short authDataUsage)
public TcTpmKeyParms getAlgorithmParms()
public void setAlgorithmParms(TcTpmKeyParms algorithmParms)
public TcTpmDigest getPubkeyDigest()
public void setPubkeyDigest(TcTpmDigest pubkeyDigest)
public TcTpmNonce getData()
public void setData(TcTpmNonce data)
public boolean getParentPCRStatus()
public void setParentPCRStatus(boolean parentPCRStatus)
public long getPcrInfoSize()
public TcBlobData getPcrInfo()
public void setPcrInfo(TcBlobData pcrInfo)
public long getMigrationAuthoritySize()
public TcBlobData getMigrationAuthority()
public void setMigrationAuthority(TcBlobData migrationAuthority)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |