|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmIdentityReq
public class TcTpmIdentityReq
This structure is sent by the TSS to the Privacy CA to create the identity credential.
Constructor Summary | |
---|---|
TcTpmIdentityReq()
Constructor - see superclass for details |
|
TcTpmIdentityReq(TcBlobData blob)
Constructor - see superclass for details |
|
TcTpmIdentityReq(TcBlobData blob,
int offset)
Constructor - see superclass for details |
|
TcTpmIdentityReq(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmKeyParms |
getAsymAlgorithm()
Returns contents of the asymAlgorithm field. |
TcBlobData |
getAsymBlob()
Returns contents of the asymBlob field. |
long |
getAsymSize()
Returns contents of the asymSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_IDENTITY_REQ as a byte blob. |
TcTpmKeyParms |
getSymAlgorithm()
Returns contents of the symAlgorithm field. |
TcBlobData |
getSymBlob()
Returns contents of the symBlob field. |
long |
getSymSize()
Returns contents of the symSize field. |
void |
setAsymAlgorithm(TcTpmKeyParms asymAlgorithm)
Sets the asymAlgorithm field. |
void |
setAsymBlob(TcBlobData asymBlob)
Sets the asymBlob field. |
void |
setSymAlgorithm(TcTpmKeyParms symAlgorithm)
Sets the symAlgorithm field. |
void |
setSymBlob(TcBlobData symBlob)
Sets the symBlob 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 TcTpmIdentityReq()
public TcTpmIdentityReq(TcBlobData blob)
public TcTpmIdentityReq(TcBlobData blob, int offset)
public TcTpmIdentityReq(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public TcTpmKeyParms getAsymAlgorithm()
public void setAsymAlgorithm(TcTpmKeyParms asymAlgorithm)
public TcBlobData getAsymBlob()
public void setAsymBlob(TcBlobData asymBlob)
public long getAsymSize()
public TcTpmKeyParms getSymAlgorithm()
public void setSymAlgorithm(TcTpmKeyParms symAlgorithm)
public TcBlobData getSymBlob()
public void setSymBlob(TcBlobData symBlob)
public long getSymSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |