|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmMsaComposite
public class TcTpmMsaComposite
| Constructor Summary | |
|---|---|
TcTpmMsaComposite()
Constructor - see superclass for details |
|
TcTpmMsaComposite(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmMsaComposite(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmMsaComposite(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
|
| Method Summary | |
|---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_MSA_COMPOSITE as a byte blob. |
TcTpmDigest[] |
getMigAuthDigest()
Returns contents of the migAuthDigest field. |
long |
getMsaList()
Returns contents of the msaList field. |
void |
setMigAuthDigest(TcTpmDigest[] migAuthDigest)
Sets the migAuthDigest field. |
void |
setMsaList(long msaList)
Sets the msaList 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 TcTpmMsaComposite()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()public TcTpmMsaComposite(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmMsaComposite(TcBlobData data,
int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)public TcTpmMsaComposite(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)| Method Detail |
|---|
public TcBlobData getEncoded()
getEncoded in class TcCompositeTypeDecoderpublic String toString()
toString in class TcCompositeTypeDecoderpublic long getMsaList()
public void setMsaList(long msaList)
public TcTpmDigest[] getMigAuthDigest()
public void setMigAuthDigest(TcTpmDigest[] migAuthDigest)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||