RsaHashedKeyAlgorithm constructor
RsaHashedKeyAlgorithm({
- KeyAlgorithm? hash,
- num? modulusLength,
- Uint8List? publicExponent,
Implementation
factory RsaHashedKeyAlgorithm({
_i3.KeyAlgorithm? hash,
_i2.num? modulusLength,
_i5.Uint8List? publicExponent,
}) =>
RsaHashedKeyAlgorithm._(
hash: hash ?? _i6.undefined,
modulusLength: modulusLength,
publicExponent: publicExponent,
);