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

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

package wisp.security.ssl

import wisp.security.ssl.SslLoader.Companion.FORMAT_JCEKS

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy