|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmSymCaAttestation
public class TcTpmSymCaAttestation
This structure is returned by the Privacy CA with the encrypted identity credential.
Constructor Summary | |
---|---|
TcTpmSymCaAttestation()
Constructor - see superclass for details |
|
TcTpmSymCaAttestation(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmSymCaAttestation(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmSymCaAttestation(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmKeyParms |
getAlgorithm()
Returns contents of the algorithm field. |
TcBlobData |
getCredential()
Returns contents of the credential field. |
long |
getCredSize()
Returns contents of the credSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_SYM_CA_ATTESTATION as a byte blob. |
void |
setAlgorithm(TcTpmKeyParms algoritm)
Sets the algorithm field. |
void |
setCredential(TcBlobData credential)
Sets the credential 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 TcTpmSymCaAttestation()
public TcTpmSymCaAttestation(TcBlobData data)
public TcTpmSymCaAttestation(TcBlobData data, int offset)
public TcTpmSymCaAttestation(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public TcTpmKeyParms getAlgorithm()
public void setAlgorithm(TcTpmKeyParms algoritm)
public TcBlobData getCredential()
public void setCredential(TcBlobData credential)
public long getCredSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |