SslContextFactory

open class SslContextFactory(sslLoader: SslLoader)

Constructors

Link copied to clipboard
constructor(sslLoader: SslLoader)

Functions

Link copied to clipboard
fun create(certStore: CertStoreConfig? = null, trustStore: TrustStoreConfig? = null): SSLContext
fun create(certStore: CertStore?, pin: CharArray?, trustStore: TrustStore? = null): SSLContext
Link copied to clipboard