RsaHashedImportParams constructor

RsaHashedImportParams({
  1. HashAlgorithmIdentifier? hash,
  2. String? name,
})

Implementation

factory RsaHashedImportParams({
  _i3.HashAlgorithmIdentifier? hash,
  _i2.String? name,
}) =>
    RsaHashedImportParams._(
      hash: hash ?? _i6.undefined,
      name: name,
    );