|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmSealedData
public class TcTpmSealedData
Constructor Summary | |
---|---|
TcTpmSealedData()
Constructor - see superclass for details |
|
TcTpmSealedData(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmSealedData(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmSealedData(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmSecret |
getAuthData()
Returns contents of the authData field. |
TcBlobData |
getData()
Returns contents of the data field. |
long |
getDataSize()
Returns contents of the dataSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_SEALED_DATA as a byte blob. |
short |
getPayload()
Returns contents of the payload field. |
TcTpmDigest |
getStoredDigest()
Returns contents of the storedDigest field. |
TcTpmNonce |
getTpmProof()
Returns contents of the tpmProof field. |
void |
setAuthData(TcTpmSecret authData)
Sets the authData field. |
void |
setData(TcBlobData data)
Sets the data field. |
void |
setPayload(short payload)
Sets the payload field. |
void |
setStoredDigest(TcTpmDigest storedDigest)
Sets the storedDigest field. |
void |
setTpmProof(TcTpmNonce tpmProof)
Sets the tpmProof 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 TcTpmSealedData()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmSealedData(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmSealedData(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmSealedData(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 short getPayload()
public void setPayload(short payload)
public TcTpmSecret getAuthData()
public void setAuthData(TcTpmSecret authData)
public TcTpmNonce getTpmProof()
public void setTpmProof(TcTpmNonce tpmProof)
public TcTpmDigest getStoredDigest()
public void setStoredDigest(TcTpmDigest storedDigest)
public long getDataSize()
public TcBlobData getData()
public void setData(TcBlobData data)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |