|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmDaaContext
public class TcTpmDaaContext
Constructor Summary | |
---|---|
TcTpmDaaContext()
Constructor - see superclass for details |
|
TcTpmDaaContext(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmDaaContext(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmDaaContext(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmNonce |
getDAAcontextSeed()
Returns contents of the DAAcontextSeed field. |
TcTpmDigest |
getDAAdigest()
Returns contents of the DAAdigest field. |
TcTpmDigest |
getDAAdigestContext()
Returns contents of the DAAdigestContext field. |
TcBlobData |
getDAAscratch()
Returns contents of the DAAscratch field. |
short |
getDAAstage()
Returns contents of the DAAstage field. |
TcBlobData |
getEncoded()
This method encodes the TPM_DAA_CONTEXT as a byte blob. |
int |
getTag()
Returns contents of the tag field. |
void |
setDAAcontextSeed(TcTpmNonce DAAcontextSeed)
Sets the DAAcontextSeed field. |
void |
setDAAdigest(TcTpmDigest DAAdigest)
Sets the DAAdigest field. |
void |
setDAAdigestContext(TcTpmDigest DAAdigestContext)
Sets the DAAdigestContext field. |
void |
setDAAscratch(TcBlobData DAAscratch)
Sets the DAAscratch field. |
void |
setDAAstage(short DAAstage)
Sets the DAAstage 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 TcTpmDaaContext()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmDaaContext(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmDaaContext(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmDaaContext(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 TcTpmDigest getDAAdigestContext()
public void setDAAdigestContext(TcTpmDigest DAAdigestContext)
public TcTpmDigest getDAAdigest()
public void setDAAdigest(TcTpmDigest DAAdigest)
public TcTpmNonce getDAAcontextSeed()
public void setDAAcontextSeed(TcTpmNonce DAAcontextSeed)
public TcBlobData getDAAscratch()
public void setDAAscratch(TcBlobData DAAscratch)
public short getDAAstage()
public void setDAAstage(short DAAstage)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |