RsaKeyAlgorithm constructor

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

Implementation

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