|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmMigrationkeyAuth
public class TcTpmMigrationkeyAuth
Constructor Summary | |
---|---|
TcTpmMigrationkeyAuth()
Constructor - see superclass for details |
|
TcTpmMigrationkeyAuth(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmMigrationkeyAuth(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmMigrationkeyAuth(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmDigest |
getDigest()
Returns contents of the digest field. |
TcBlobData |
getEncoded()
This method encodes the TPM_MIGRATIONKEY_AUTH as a byte blob. |
TcTpmPubkey |
getMigrationKey()
Returns contents of the migrationKey field. |
int |
getMigrationScheme()
Returns contents of the migrationScheme field. |
void |
setDigest(TcTpmDigest digest)
Sets the digest field. |
void |
setMigrationKey(TcTpmPubkey migrationKey)
Sets the migrationKey field. |
void |
setMigrationScheme(int migrationScheme)
Sets the migrationScheme 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 TcTpmMigrationkeyAuth()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmMigrationkeyAuth(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmMigrationkeyAuth(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmMigrationkeyAuth(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 TcTpmPubkey getMigrationKey()
public void setMigrationKey(TcTpmPubkey migrationKey)
public int getMigrationScheme()
public void setMigrationScheme(int migrationScheme)
public TcTpmDigest getDigest()
public void setDigest(TcTpmDigest digest)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |