PRNG
This API acts as a Pseudo Random Number Generator (PRNG).
URL
<http/https>://<host-name>:<Port>/protectappws/services/rest/prng
Input Parameters
Parameters | Description |
---|---|
username | User name (optional). |
password | Password associated with the user (optional). |
length | The number of random bytes to be generated. |
certAlias | Client certificate alias for making SSL connections (optional). |
certPass | Password for the provided certificate alias (optional). |
Sample REST call for cxf
request
response
Sample SOAP Parameters
Output
Hex of random bytes.
Note
The lengths of the returned random bytes are represented in Hex and the length of the Hex value is twice as long as the number of actual bytes.