|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmAsymCaContents
public class TcTpmAsymCaContents
This class contains the symmetric key to encrypt the identity credential.
Constructor Summary | |
---|---|
TcTpmAsymCaContents()
Constructor - see superclass for details |
|
TcTpmAsymCaContents(TcBlobData blob)
Constructor - see superclass for details |
|
TcTpmAsymCaContents(TcBlobData blob,
int offset)
Constructor - see superclass for details |
|
TcTpmAsymCaContents(TcCompositeTypeDecoder composite)
Constructor |
Method Summary | |
---|---|
TcBlobData |
getEncoded()
This method encodes the TPM_ASYM_CA_CONTENTS as a byte blob. |
TcTpmDigest |
getIdDigest()
|
TcTpmSymmetricKey |
getSessionKey()
Returns contents of the sessionKey field. |
void |
setIdDigest(TcTpmDigest idDigest)
Sets the idDigest field. |
void |
setSessionKey(TcTpmSymmetricKey sessionKey)
Sets the sessionKey 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 TcTpmAsymCaContents()
public TcTpmAsymCaContents(TcBlobData blob)
public TcTpmAsymCaContents(TcBlobData blob, int offset)
public TcTpmAsymCaContents(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public TcTpmDigest getIdDigest()
public TcTpmSymmetricKey getSessionKey()
public void setSessionKey(TcTpmSymmetricKey sessionKey)
public void setIdDigest(TcTpmDigest idDigest)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |