|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmIdentityContents
public class TcTpmIdentityContents
TPM_MakeIdentity uses this structure and the signature of this structure goes to a privacy CA during the certification process.
Constructor Summary | |
---|---|
TcTpmIdentityContents()
Constructor - see superclass for details |
|
TcTpmIdentityContents(TcBlobData blob)
Constructor - see superclass for details |
|
TcTpmIdentityContents(TcBlobData blob,
int offset)
Constructor - see superclass for details |
|
TcTpmIdentityContents(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_IDENTITY_CONTENTS as a byte blob. |
TcTpmPubkey |
getIdentityPubKey()
Returns contents of the identityPubKey field. |
TcTpmDigest |
getLabelPrivCADigest()
Returns contents of the labelPrivCADigest field. |
long |
getOrdinal()
Returns contents of the ordinal field. |
TcTpmVersion |
getVer()
Returns contents of the ver field. |
void |
setIdentityPubKey(TcTpmPubkey identityPubKey)
Sets the identityPubKey field. |
void |
setLabelPrivCADigest(TcTpmDigest labelPrivCADigest)
Sets the labelPrivCADigest field. |
void |
setOrdinal(long ordinal)
Sets the ordinal field. |
void |
setVer(TcTpmStructVer ver)
Sets the ver 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 TcTpmIdentityContents()
public TcTpmIdentityContents(TcBlobData blob)
public TcTpmIdentityContents(TcBlobData blob, int offset)
public TcTpmIdentityContents(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public TcTpmPubkey getIdentityPubKey()
public void setIdentityPubKey(TcTpmPubkey identityPubKey)
public TcTpmDigest getLabelPrivCADigest()
public void setLabelPrivCADigest(TcTpmDigest labelPrivCADigest)
public long getOrdinal()
public void setOrdinal(long ordinal)
public TcTpmVersion getVer()
public void setVer(TcTpmStructVer ver)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |