CertPair

data class CertPair(val key: PrivateKey, val cert: X509Certificate)

Pair of private key and certificate.

Constructors

Link copied to clipboard
constructor(key: PrivateKey, cert: X509Certificate)

Properties

Link copied to clipboard
Link copied to clipboard