TLSConfig
Constructors
Link copied to clipboard
fun TLSConfig(random: SecureRandom, certificates: List<CertificateAndKey>, trustManager: X509TrustManager, cipherSuites: List<CipherSuite>, serverName: String?)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
: Custom X509TrustManager to verify server authority. Use system by default.