IV.fromSecureRandom constructor

IV.fromSecureRandom(
  1. int length
)

Implementation

IV.fromSecureRandom(int length) : super(_SecureRandom(length).bytes);