Request QML Type
Base-class of specific crypto service requests. More...
Import Statement: | import Sailfish.Crypto 1.0 |
Instantiates: | Request |
Inherited By: | CalculateDigestRequest, CipherRequest, DecryptRequest, DeleteStoredKeyRequest, EncryptRequest, GenerateKeyRequest, GenerateRandomDataRequest, GenerateStoredKeyRequest, ImportKeyRequest, ImportStoredKeyRequest, PluginInfoRequest, SeedRandomDataGeneratorRequest, SignRequest, StoredKeyIdentifiersRequest, StoredKeyRequest, and VerifyRequest
|
Properties
Methods
Detailed Description
Property Documentation
customParameters : object |
The plugin-specific custom parameters associated with the request
The manager through which the request interfaces to the system crypto service
Returns the result of the Request
Note: this value is only valid if the status of the request is Finished
Returns the current status of the Request
Constant | Value |
Inactive |
Active |
Finished |
Method Documentation
Blocks the current thread of execution until the status of the request is Request::Finished.
Note: this method is generally unsafe and should be avoided.