Sailfish Crypto
API DocumentationGenerateStoredKeyRequest QML Type
Allows a client request that the system crypto service generate and secure store a key based on a template. More...
Import Statement: | import Sailfish.Crypto 1.0 |
Instantiates: | GenerateStoredKeyRequest |
Inherits: |
Properties
- cryptoPluginName : string
- generatedKeyReference : Key
- interactionParameters : InteractionParameters
- keyDerivationParameters : KeyDerivationParameters
- keyPairGenerationParameters : KeyPairGenerationParameters
- keyTemplate : Key
Detailed Description
Property Documentation
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
.
interactionParameters : InteractionParameters |
The user input parameters which should be used when requesting the input data from the user
keyDerivationParameters : KeyDerivationParameters |
The symmetric key derivation parameters which should be used to generate the secret key data
keyPairGenerationParameters : KeyPairGenerationParameters |
The asymmetric key pair generation parameters which should be used to generate the public and private key data
keyTemplate : Key |
The key which should be used as a template when generating the full key