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

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

There is a newer version: 2024.12.12.153725-b454031
Show newest version
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