RsaKeyGenParams constructor
Implementation
factory RsaKeyGenParams({
  _i2.num? modulusLength,
  _i5.Uint8List? publicExponent,
  _i2.String? name,
}) =>
    RsaKeyGenParams._(
      modulusLength: modulusLength,
      publicExponent: publicExponent,
      name: name,
    );