GenerateStoredKeyRequest QML Type
Allows a client request that the system crypto service generate and secure store a key based on a template. More...
Properties
Detailed Description
Property Documentation
cryptoPluginName : string |
The name of the crypto plugin which the client wishes to perform the key generation operation
generatedKeyReference : Key |
Returns a key reference to the securely-stored generated key
Note: this value is only valid if the status of the request is Request.Finished
.
The user input parameters which should be used when requesting the input data from the user
The symmetric key derivation parameters which should be used to generate the secret key data
The asymmetric key pair generation parameters which should be used to generate the public and private key data
The key which should be used as a template when generating the full key