SecretExchangeType

enum SecretExchangeType : Enum<SecretExchangeType>

TLS secret key exchange type.

Entries

Link copied to clipboard
RSA("RSA")

RSA key exchange.

Link copied to clipboard
ECDHE("ECDHE_ECDSA")

Elliptic Curve Diffie-Hellman Exchange.

Properties

Link copied to clipboard
val jvmName: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int