IV.fromSecureRandom constructor

IV.fromSecureRandom(
  1. int length
)

Implementation

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