SslConfiguration

Describes an app's SSL configuration.

Types

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

Properties

Link copied to clipboard

The contents of the certificate's domain.crt file.

Link copied to clipboard

Optional. Can be used to specify an intermediate certificate authority key or client authentication.

Link copied to clipboard

The private key; the contents of the certificate's domain.kex file.

Functions

Link copied to clipboard
inline fun copy(block: SslConfiguration.Builder.() -> Unit = {}): SslConfiguration
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