SslLoader

open class SslLoader(resourceLoader: ResourceLoader)

Loads keys and certificates from the file system.

Constructors

Link copied to clipboard
constructor(resourceLoader: ResourceLoader)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun loadCertStore(path: String, format: String = FORMAT_PEM, passphrase: String? = null): CertStore?
Link copied to clipboard
fun loadTrustStore(path: String, format: String = FORMAT_PEM, passphrase: String? = null): TrustStore?