StoredKeyRequest QML Type
Allows a client request a securely-stored key from the system crypto service. More...
Properties
Detailed Description
Property Documentation
identifier : Key.Identifier  | 
 
 Returns the identifier of the securely-stored key which the client wishes to retrieve
 
Returns the flags describing which components of the stored key the client wishes to retrieve
| Constant | Value | 
NoData | 
MetaData | 
PublicKeyData | 
PrivateKeyData | 
 
 
Returns the retrieved key
Note: this value is only valid if the status of the request is Request.Finished.