ImportStoredKeyRequest QML Type
Allows a client request that the system crypto service import and securely store a key. More...
Properties
Detailed Description
Property Documentation
The user input parameters which should be used when requesting the input data from the user
 
cryptoPluginName : string  | 
 
 The name of the crypto plugin which the client wishes to perform the key generation operation
 
The data which should be imported as a key.
 
importedKeyReference : Key  | 
 
 Returns a key reference to the securely-stored imported key
Note: this value is only valid if the status of the request is Request.Finished.
 
Returns the key which should be used as a template when storing the imported key