|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmStoreAsymkey
public class TcTpmStoreAsymkey
Constructor Summary | |
---|---|
TcTpmStoreAsymkey()
Constructor - see superclass for details |
|
TcTpmStoreAsymkey(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmStoreAsymkey(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmStoreAsymkey(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_STORE_ASYMKEY as a byte blob. |
TcTpmSecret |
getMigrationAuth()
Returns contents of the migrationAuth field. |
short |
getPayload()
Returns contents of the payload field. |
TcTpmStorePrivkey |
getPrivKey()
Returns contents of the privKey field. |
TcTpmDigest |
getPubDataDigest()
Returns contents of the pubDataDigest field. |
TcTpmSecret |
getUsageAuth()
Returns contents of the usageAuth field. |
void |
setMigrationAuth(TcTpmSecret migrationAuth)
Sets the migrationAuth field. |
void |
setPayload(short payload)
Sets the payload field. |
void |
setPrivKey(TcTpmStorePrivkey privKey)
Sets the privKey field. |
void |
setPubDataDigest(TcTpmDigest pubDataDigest)
Sets the pubDataDigest field. |
void |
setUsageAuth(TcTpmSecret usageAuth)
Sets the usageAuth 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 TcTpmStoreAsymkey()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmStoreAsymkey(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmStoreAsymkey(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmStoreAsymkey(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 getUsageAuth()
public void setUsageAuth(TcTpmSecret usageAuth)
public TcTpmSecret getMigrationAuth()
public void setMigrationAuth(TcTpmSecret migrationAuth)
public TcTpmDigest getPubDataDigest()
public void setPubDataDigest(TcTpmDigest pubDataDigest)
public TcTpmStorePrivkey getPrivKey()
public void setPrivKey(TcTpmStorePrivkey privKey)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |