Sailfish Crypto
API DocumentationRequest 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
- customParameters : object
- manager : CryptoManager
- result : Result
- status : enumeration
Methods
- void startRequest()
- void waitForFinished()
Detailed Description
Property Documentation
manager : CryptoManager |
The manager through which the request interfaces to the system crypto service
result : Result |
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.