Enum SSL.Constants.KeyExchangeType
- Description
Key exchange methods.
- Constant KE_dh_anon
constantSSL.Constants.KE_dh_anon- Description
Diffie-Hellman Anonymous
- Constant KE_dh_dss
constantSSL.Constants.KE_dh_dss- Description
Diffie-Hellman cert signed with DSS
- Constant KE_dh_rsa
constantSSL.Constants.KE_dh_rsa- Description
Diffie-Hellman cert signed with RSA
- Constant KE_dhe_dss
constantSSL.Constants.KE_dhe_dss- Description
Diffie-Hellman Ephemeral DSS
- Constant KE_dhe_psk
constantSSL.Constants.KE_dhe_psk- Description
Pre-shared Key with DHE
- Constant KE_dhe_rsa
constantSSL.Constants.KE_dhe_rsa- Description
Diffie-Hellman Ephemeral RSA
- Constant
KE_dms
Constant KE_fortezza
constantSSL.Constants.KE_dms
constantSSL.Constants.KE_fortezza
- Constant KE_ecdh_anon
constantSSL.Constants.KE_ecdh_anon- Description
Elliptic Curve DH Anonymous
- 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_psk
constantSSL.Constants.KE_ecdhe_psk- Description
Pre-shared Key with ECDHE
- Constant KE_ecdhe_rsa
constantSSL.Constants.KE_ecdhe_rsa- Description
Elliptic Curve DH Ephemeral with RSA
- Constant KE_null
constantSSL.Constants.KE_null- Description
None.
- Constant KE_psk
constantSSL.Constants.KE_psk- Description
Pre-shared Key
- Constant KE_rsa
constantSSL.Constants.KE_rsa- Description
Rivest-Shamir-Adelman
- 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.
- Constant KE_rsa_psk
constantSSL.Constants.KE_rsa_psk- Description
Pre-shared Key signed with RSA
- Constant KE_srp_sha
constantSSL.Constants.KE_srp_sha- Description
Secure Remote Password (SRP)
- Constant KE_srp_sha_dss
constantSSL.Constants.KE_srp_sha_dss- Description
SRP signed with DSS
- Constant KE_srp_sha_rsa
constantSSL.Constants.KE_srp_sha_rsa- Description
SRP signed with RSA