main.wisp.security.ssl.TrustStore.kt Maven / Gradle / Ivy
package wisp.security.ssl
import java.security.KeyStore
/** A set of trusted root certificates. */
data class TrustStore(val keyStore: KeyStore)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy