ClientPolicyTls

A reference to an object that represents a Transport Layer Security (TLS) client policy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to an object that represents a client's TLS certificate.

Link copied to clipboard

Whether the policy is enforced. The default is True, if a value isn't specified.

Link copied to clipboard
val ports: List<Int>?

One or more ports that the policy is enforced for.

Link copied to clipboard

A reference to an object that represents a TLS validation context.

Functions

Link copied to clipboard
inline fun copy(block: ClientPolicyTls.Builder.() -> Unit = {}): ClientPolicyTls
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String