IpsecServerIpsecConfig

data class IpsecServerIpsecConfig(val ipsecAuthAlg: String? = null, val ipsecEncAlg: String? = null, val ipsecLifetime: Int? = null, val ipsecPfs: String? = null)

Constructors

Link copied to clipboard
constructor(ipsecAuthAlg: String? = null, ipsecEncAlg: String? = null, ipsecLifetime: Int? = null, ipsecPfs: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipsecAuthAlg: String? = null

The authentication algorithm that is used in Phase 2 negotiations. Default value: sha1.

Link copied to clipboard
val ipsecEncAlg: String? = null

The encryption algorithm that is used in Phase 2 negotiations. Default value: aes.

Link copied to clipboard
val ipsecLifetime: Int? = null

The SA lifetime determined by Phase 2 negotiations. Valid values: 0 to 86400. Default value: 86400. Unit: seconds.

Link copied to clipboard
val ipsecPfs: String? = null

Forwards packets of all protocols. The Diffie-Hellman key exchange algorithm used in Phase 2 negotiations. Default value: group2.