Ssl Loader
Loads keys and certificates from the file system.
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?