TrustAllX509TrustManager

信任所有 X509TrustManager

Return

X509TrustManager

Constructors

Link copied to clipboard
constructor(trustAll: Boolean, keystore: KeyStore)

Functions

Link copied to clipboard
open fun checkClientTrusted(chain: Array<X509Certificate>, authType: String)
Link copied to clipboard
open fun checkServerTrusted(chain: Array<X509Certificate>, authType: String)
Link copied to clipboard