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

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

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

Methods in iaik.tc.tss.api.structs.tpm that return TcTpmStorePubkey
 TcTpmStorePubkey TcTpmPubkey.getPubKey()
          Returns contents of the pubKey field.
 TcTpmStorePubkey TcTpmKey12.getPubKey()
          Returns contents of the pubKey field.
 TcTpmStorePubkey TcITpmKey.getPubKey()
           
 TcTpmStorePubkey TcTpmKey.getPubKey()
          Returns contents of the pubKey field.
 

Methods in iaik.tc.tss.api.structs.tpm with parameters of type TcTpmStorePubkey
 void TcTpmPubkey.setPubKey(TcTpmStorePubkey pubKey)
          Sets the pubKey field.
 void TcTpmKey12.setPubKey(TcTpmStorePubkey pubKey)
          Sets the pubKey field.
 void TcITpmKey.setPubKey(TcTpmStorePubkey pubKey)
           
 void TcTpmKey.setPubKey(TcTpmStorePubkey pubKey)
          Sets the pubKey field.