main.wisp.security.ssl.CertStore.kt Maven / Gradle / Ivy
package wisp.security.ssl
import java.security.KeyStore
/** A certificate and its private key. */
data class CertStore(val keyStore: KeyStore)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy