secureRandom abstract method

  1. @useResult
SecureKey secureRandom(
  1. int length
)

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

Implementation

@useResult
SecureKey secureRandom(int length);