RsaHashedKeyGenParams constructor

RsaHashedKeyGenParams({
  1. HashAlgorithmIdentifier? hash,
  2. num? modulusLength,
  3. Uint8List? publicExponent,
})

Implementation

factory RsaHashedKeyGenParams({
  _i3.HashAlgorithmIdentifier? hash,
  _i2.num? modulusLength,
  _i5.Uint8List? publicExponent,
}) =>
    RsaHashedKeyGenParams._(
      hash: hash ?? _i6.undefined,
      modulusLength: modulusLength,
      publicExponent: publicExponent,
    );