RsaKeyAlgorithm constructor

RsaKeyAlgorithm({
  1. num? modulusLength,
  2. Uint8List? publicExponent,
  3. String? name,
})

Implementation

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