RsaKeyGenParams constructor

RsaKeyGenParams({
  1. required int modulusLength,
  2. required Uint8List publicExponent,
})

Implementation

external factory RsaKeyGenParams(
    {required int modulusLength, required Uint8List publicExponent});