RsaHashedKeyAlgorithm constructor

RsaHashedKeyAlgorithm({
  1. required KeyAlgorithm hash,
})

Implementation

external factory RsaHashedKeyAlgorithm({required KeyAlgorithm hash});