RsaHashedKeyAlgorithm constructor

RsaHashedKeyAlgorithm({
  1. KeyAlgorithm? hash,
  2. num? modulusLength,
  3. Uint8List? publicExponent,
})

Implementation

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