Uses of Class
iaik.tc.tss.api.structs.tpm.TcTpmSymmetricKey

Packages that use TcTpmSymmetricKey
iaik.tc.tss.api.structs.tpm   
 

Uses of TcTpmSymmetricKey in iaik.tc.tss.api.structs.tpm
 

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmSymmetricKey
 TcTpmSymmetricKey TcTpmEkBlobActivate.getSessionKey()
          Returns contents of the sessionKey field.
 TcTpmSymmetricKey TcTpmAsymCaContents.getSessionKey()
          Returns contents of the sessionKey field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmSymmetricKey
 void TcTpmEkBlobActivate.setSessionKey(TcTpmSymmetricKey sessionKey)
          Sets the sessionKey field.
 void TcTpmAsymCaContents.setSessionKey(TcTpmSymmetricKey sessionKey)
          Sets the sessionKey field.