Companion

object Companion

Functions

Link copied to clipboard
fun certificate(certificatePath: Path): TrustSource
Link copied to clipboard
fun certificates(certificates: List<X509Certificate>): TrustSource
Link copied to clipboard
fun factory(trustManagerFactory: TrustManagerFactory): TrustSource
Link copied to clipboard
fun trustStore(store: KeyStore): TrustSource
fun trustStore(path: Path, password: String, type: String = KeyStore.getDefaultType()): TrustSource