Enum SSL.Constants.KeyExchangeType
- Description
Key exchange methods.
- Constant
KE_dms
Constant KE_fortezza
constantSSL.Constants.KE_dms
constantSSL.Constants.KE_fortezza
- Constant
KE_ecdh_ecdsa
constantSSL.Constants.KE_ecdh_ecdsa- Description
Elliptic Curve DH cert signed with ECDSA
- Constant
KE_ecdh_rsa
constantSSL.Constants.KE_ecdh_rsa- Description
Elliptic Curve DH cert signed with RSA
- Constant
KE_ecdhe_ecdsa
constantSSL.Constants.KE_ecdhe_ecdsa- Description
Elliptic Curve DH Ephemeral with ECDSA
- Constant
KE_ecdhe_rsa
constantSSL.Constants.KE_ecdhe_rsa- Description
Elliptic Curve DH Ephemeral with RSA
- Constant
KE_rsa_export
constantSSL.Constants.KE_rsa_export- Description
Rivest-Shamir-Adelman (EXPORT)
- Constant
KE_rsa_fips
constantSSL.Constants.KE_rsa_fips- Description
Rivest-Shamir-Adelman with FIPS keys.