data class CACertAndKeyHelper 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 |