Expand description
Supported signature verify algorithms
Structs
- A signature verify algorithm type
Statics
- ECDSA signatures using the P-256 curve and SHA-256.
- ECDSA signatures using the P-256 curve and SHA-384.
- ECDSA signatures using the P-384 curve and SHA-256.
- ECDSA signatures using the P-384 curve and SHA-384.
- RSA PKCS#1 1.5 signatures using SHA-256.
- RSA PKCS#1 1.5 signatures using SHA-384.
- RSA PKCS#1 1.5 signatures using SHA-512.
- RSA PSS signatures using SHA-256 and of type rsaEncryption; see RFC 4055 Section 1.2.
- RSA PSS signatures using SHA-384 and of type rsaEncryption; see RFC 4055 Section 1.2.
- RSA PSS signatures using SHA-512 and of type rsaEncryption; see RFC 4055 Section 1.2.