TTLSCipherSuiteKeyExchange Enumeration

Represents type TTLSCipherSuiteKeyExchange.

Namespace: flcTLSCipherSuite
type
 TTLSCipherSuiteKeyExchange = (
 tlscskeNone,
 tlscskeNULL,
 tlscskeRSA,
 tlscskeRSA_EXPORT,
 tlscskeRSA_EXPORT1024,
 tlscskeDH_DSS_EXPORT,
 tlscskeDH_DSS,
 tlscskeDH_RSA_EXPORT,
 tlscskeDH_RSA,
 tlscskeDHE_DSS_EXPORT,
 tlscskeDHE_DSS,
 tlscskeDHE_RSA_EXPORT,
 tlscskeDHE_RSA,
 tlscskeDH_anon_EXPORT,
 tlscskeDH_anon
 );

The TTLSCipherSuiteKeyExchange type exposes the following members.

Show:
 NameDescription
tlscskeDHE_DSS

Represents constant tlscskeDHE_DSS.

tlscskeDHE_DSS_EXPORT

Represents constant tlscskeDHE_DSS_EXPORT.

tlscskeDHE_RSA

Represents constant tlscskeDHE_RSA.

tlscskeDHE_RSA_EXPORT

Represents constant tlscskeDHE_RSA_EXPORT.

tlscskeDH_anon

Represents constant tlscskeDH_anon.

tlscskeDH_anon_EXPORT

Represents constant tlscskeDH_anon_EXPORT.

tlscskeDH_DSS

Represents constant tlscskeDH_DSS.

tlscskeDH_DSS_EXPORT

Represents constant tlscskeDH_DSS_EXPORT.

tlscskeDH_RSA

Represents constant tlscskeDH_RSA.

tlscskeDH_RSA_EXPORT

Represents constant tlscskeDH_RSA_EXPORT.

tlscskeNone

Represents constant tlscskeNone.

tlscskeNULL

Represents constant tlscskeNULL.

tlscskeRSA

Represents constant tlscskeRSA.

tlscskeRSA_EXPORT

Represents constant tlscskeRSA_EXPORT.

tlscskeRSA_EXPORT1024

Represents constant tlscskeRSA_EXPORT1024.

Top