|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.tss.api.structs.common.TcBasicTypeDecoder
iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder
iaik.tc.tss.api.structs.tpm.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. |
java.lang.String |
toString()
This method returns a String representation of the object. |
Methods inherited from class java.lang.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 java.lang.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 |