|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmMigrateAsymkey
public class TcTpmMigrateAsymkey
Constructor Summary | |
---|---|
TcTpmMigrateAsymkey()
Constructor - see superclass for details |
|
TcTpmMigrateAsymkey(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmMigrateAsymkey(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmMigrateAsymkey(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_MIGRATE_ASYMKEY as a byte blob. |
TcBlobData |
getPartPrivKey()
Returns contents of the partPrivKey field. |
long |
getPartPrivKeyLen()
Returns contents of the partPrivKeyLen field. |
short |
getPayload()
Returns contents of the payload field. |
TcTpmDigest |
getPubDataDigest()
Returns contents of the pubDataDigest field. |
TcTpmSecret |
getUsageAuth()
Returns contents of the usageAuth field. |
void |
setPartPrivKey(TcBlobData partPrivKey)
Sets the partPrivKey field. |
void |
setPartPrivKeyLen(long partPrivKeyLen)
Sets the partPrivKeyLen field. |
void |
setPayload(short payload)
Sets the payload 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 TcTpmMigrateAsymkey()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmMigrateAsymkey(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmMigrateAsymkey(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmMigrateAsymkey(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 TcTpmDigest getPubDataDigest()
public void setPubDataDigest(TcTpmDigest pubDataDigest)
public long getPartPrivKeyLen()
public void setPartPrivKeyLen(long partPrivKeyLen)
public TcBlobData getPartPrivKey()
public void setPartPrivKey(TcBlobData partPrivKey)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |