GenerateRandomDataRequest QML Type
Allows a client request that the system crypto service generate random data. More...
Properties
Detailed Description
Property Documentation
cryptoPluginName : string |
The name of the crypto plugin which the client wishes to perform the key generation operation
csprngEngineName : string |
The name of the cryptographically secure random number generator engine offered by the crypto plugin which the client wishes to be used to generate the random data
generatedData : ArrayBuffer |
Returns the generated random data
Note: this value is only valid if the status of the request is Request.Finished
.
The number of bytes of random data that the client wishes to be generated