Package de.justjanne.libquassel.protocol.util.x509

Types

Link copied to clipboard
data class TlsInfo(protocol: String, cipherSuite: String, keyExchangeMechanism: String?, certificateChain: List<X509Certificate>)

Model representing the metadata of a negotiated TLS session

Functions

Link copied to clipboard
fun Certificate.toX509(): X509Certificate

Utility function to extract, if available, an X509 Certificate from a given certificate