RsaSsaPkcs1v15 constructor

RsaSsaPkcs1v15(
  1. HashAlgorithm hashAlgorithm
)

Implementation

factory RsaSsaPkcs1v15(HashAlgorithm hashAlgorithm) {
  return Cryptography.instance.rsaSsaPkcs1v15(hashAlgorithm);
}