All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.wisp.security.ssl.CertStoreConfig.kt Maven / Gradle / Ivy

The newest version!
package wisp.security.ssl

data class CertStoreConfig @JvmOverloads constructor(
    val resource: String,
    val passphrase: String? = null,
    val format: String = SslLoader.FORMAT_JCEKS
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy