Class: RandomSource

verificatum.crypto.RandomSource()

new RandomSource()

Random source for cryptographic use.
Source:

Methods

getBytes(len)

Generates the given number of random bytes.
Parameters:
Name Type Description
len Number of bytes to generate.
Source: