public RSAPSSSignature(hash as Object) throws CryptoException:
Creates an RSA-PSS signature bound to the given digest algorithm.
| Parameter | Description |
|---|---|
hash | Digest algorithm instance. |
import klyn.cryptography signature = RSAPSSSignature(SHA512()) print(signature.hashAlgorithm)