TTLSCipherSuiteCipher Enumeration

Represents type TTLSCipherSuiteCipher.

Namespace: flcTLSCipherSuite
type
 TTLSCipherSuiteCipher = (
 tlscscNone,
 tlscscNULL,
 tlscscRC2_CBC_40,
 tlscscRC4_40,
 tlscscRC4_56,
 tlscscRC4_128,
 tlscscIDEA_CBC,
 tlscscDES40_CBC,
 tlscscDES_CBC,
 tlscsc3DES_EDE_CBC,
 tlscscAES_128_CBC,
 tlscscAES_256_CBC
 );

The TTLSCipherSuiteCipher type exposes the following members.

Show:
 NameDescription
tlscsc3DES_EDE_CBC

Represents constant tlscsc3DES_EDE_CBC.

tlscscAES_128_CBC

Represents constant tlscscAES_128_CBC.

tlscscAES_256_CBC

Represents constant tlscscAES_256_CBC.

tlscscDES40_CBC

Represents constant tlscscDES40_CBC.

tlscscDES_CBC

Represents constant tlscscDES_CBC.

tlscscIDEA_CBC

Represents constant tlscscIDEA_CBC.

tlscscNone

Represents constant tlscscNone.

tlscscNULL

Represents constant tlscscNULL.

tlscscRC2_CBC_40

Represents constant tlscscRC2_CBC_40.

tlscscRC4_128

Represents constant tlscscRC4_128.

tlscscRC4_40

Represents constant tlscscRC4_40.

tlscscRC4_56

Represents constant tlscscRC4_56.

Top