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