Sailfish Crypto
API DocumentationGenerateKeyRequest QML Type
Allows a client request that the system crypto service generate a key based on a template. More...
Import Statement: | import Sailfish.Crypto 1.0 |
Instantiates: | GenerateKeyRequest |
Inherits: |
Properties
- cryptoPluginName : string
- generatedKey : Key
- 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
generatedKey : Key |
Returns the generated key
Note: this value is only valid if the status of the request is Request.Finished
.
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