secureRandom abstract method

SecureKey secureRandom(
  1. int length
)

Allocates new memory for a SecureKey and fills it with length bytes of random data.

Implementation

SecureKey secureRandom(int length);