IV.fromSecureRandom constructor

IV.fromSecureRandom(
  1. int length
)

Implementation

IV.fromSecureRandom(int length)
    : super(secure_random.SecureRandom(length).bytes);