TTLSCipherSuiteCipher Enumeration
Represents type TTLSCipherSuiteCipher.
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:
| Name | Description | |
|---|---|---|
![]() | tlscsc3DES_EDE_CBC | Represents constant |
![]() | tlscscAES_128_CBC | Represents constant |
![]() | tlscscAES_256_CBC | Represents constant |
![]() | tlscscDES40_CBC | Represents constant |
![]() | tlscscDES_CBC | Represents constant |
![]() | tlscscIDEA_CBC | Represents constant |
![]() | tlscscNone | Represents constant |
![]() | tlscscNULL | Represents constant |
![]() | tlscscRC2_CBC_40 | Represents constant |
![]() | tlscscRC4_128 | Represents constant |
![]() | tlscscRC4_40 | Represents constant |
![]() | tlscscRC4_56 | Represents constant |
