Enum SSL.Constants.SignatureAlgorithm
- Description
Signature algorithms from TLS 1.2.
- Constant
SIGNATURE_ed25519
constantSSL.Constants.SIGNATURE_ed25519- Description
EdDSA 25519 signature.
- Constant
SIGNATURE_rsa
constantSSL.Constants.SIGNATURE_rsa- Description
RSASSA PKCS1 v1.5 signature.
- Constant
SIGNATURE_rsa_pss_256
constantSSL.Constants.SIGNATURE_rsa_pss_256- Description
RSA PSS signature with 256 bit hash.
- Constant
SIGNATURE_rsa_pss_384
constantSSL.Constants.SIGNATURE_rsa_pss_384- Description
RSA PSS signature with 384 bit hash.