ktor-network-tls / io.ktor.network.tls / CipherType

CipherType

enum class CipherType

Cipher type.

Enum Values

GCM

Galois/Counter Mode. See also: https://en.wikipedia.org/wiki/Galois/Counter_Mode

CBC

Cipher Block Chaining. See also: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_(CBC)