Expand description
Supported signature verify algorithms
Structs§
- Algorithm
- A signature verify algorithm type
Statics§
- ECDSA_
P256_ SHA256 - ECDSA signatures using the P-256 curve and SHA-256.
- ECDSA_
P256_ SHA384 - ECDSA signatures using the P-256 curve and SHA-384.
- ECDSA_
P384_ SHA256 - ECDSA signatures using the P-384 curve and SHA-256.
- ECDSA_
P384_ SHA384 - ECDSA signatures using the P-384 curve and SHA-384.
- ECDSA_
P521_ SHA512 - ECDSA signatures using the P-512 curve and SHA-512.
- RSA_
PKCS1_ SHA256 - RSA PKCS#1 1.5 signatures using SHA-256.
- RSA_
PKCS1_ SHA384 - RSA PKCS#1 1.5 signatures using SHA-384.
- RSA_
PKCS1_ SHA512 - RSA PKCS#1 1.5 signatures using SHA-512.
- RSA_
PSS_ SHA256 - RSA PSS signatures using SHA-256 and of type rsaEncryption; see RFC 4055 Section 1.2.
- RSA_
PSS_ SHA384 - RSA PSS signatures using SHA-384 and of type rsaEncryption; see RFC 4055 Section 1.2.
- RSA_
PSS_ SHA512 - RSA PSS signatures using SHA-512 and of type rsaEncryption; see RFC 4055 Section 1.2.