|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmEkBlobActivate
public class TcTpmEkBlobActivate
Constructor Summary | |
---|---|
TcTpmEkBlobActivate()
Constructor - see superclass for details |
|
TcTpmEkBlobActivate(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmEkBlobActivate(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmEkBlobActivate(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_EK_BLOB_ACTIVATE as a byte blob. |
TcTpmDigest |
getIdDigest()
Returns contents of the idDigest field. |
TcTpmPcrInfoShort |
getPcrInfo()
Returns contents of the pcrInfo field. |
TcTpmSymmetricKey |
getSessionKey()
Returns contents of the sessionKey field. |
int |
getTag()
Returns contents of the tag field. |
void |
setIdDigest(TcTpmDigest idDigest)
Sets the idDigest field. |
void |
setPcrInfo(TcTpmPcrInfoShort pcrInfo)
Sets the pcrInfo field. |
void |
setSessionKey(TcTpmSymmetricKey sessionKey)
Sets the sessionKey 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 TcTpmEkBlobActivate()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmEkBlobActivate(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmEkBlobActivate(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmEkBlobActivate(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 TcTpmSymmetricKey getSessionKey()
public void setSessionKey(TcTpmSymmetricKey sessionKey)
public TcTpmDigest getIdDigest()
public void setIdDigest(TcTpmDigest idDigest)
public TcTpmPcrInfoShort getPcrInfo()
public void setPcrInfo(TcTpmPcrInfoShort pcrInfo)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |