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