Key.fromSecureRandom constructor

Key.fromSecureRandom(
  1. int length
)

Implementation

Key.fromSecureRandom(int length) : super(SecureRandom(length).bytes);