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