cipher

@JvmName(name = "xpmiwvybjooxuxly")
suspend fun cipher(value: Output<String>)
@JvmName(name = "fvpwmadsgpclgvvn")
suspend fun cipher(value: String?)

Parameters

value

The encryption algorithm that is used in the SSL-VPN connection. Valid values: AES-128-CBC,AES-192-CBC,AES-256-CBC,none. Default value: AES-128-CBC.

  • AES-128-CBC - the AES-128-CBC algorithm.

  • AES-192-CBC - the AES-192-CBC algorithm.

  • AES-256-CBC - the AES-256-CBC algorithm.