Key.fromSecureRandom constructor
Key.fromSecureRandom(
- int length
Implementation
Key.fromSecureRandom(int length)
: super(secure_random.SecureRandom(length).bytes);
Key.fromSecureRandom(int length)
: super(secure_random.SecureRandom(length).bytes);