data class CACertAndKey
Helper data class to pass around public certificate and KeyPair entities when using CA certs.
<init> |
CACertAndKey(certificate: X509Certificate, keyPair: KeyPair) Helper data class to pass around public certificate and KeyPair entities when using CA certs. |
certificate |
val certificate: X509Certificate |
keyPair |
val keyPair: KeyPair |