Session_PRNG
This API acts as a Pseudo Random Number Generator (PRNG).
URL
./Session_PRNG
Input Parameters
Parameters | Description |
---|---|
length | The number of random bytes to be generated. |
Sample SOAP Parameters
<prot:Session_PRNG>
<length>4</length>
</prot:Session_PRNG>
Output
Hex of random bytes.
<ns1:Session_PRNGResponse xmlns:ns1="http://dsws.org/protectappws/">725C241D</ns1:Session_PRNGResponse>
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.