PemComboFile

data class PemComboFile(val certificates: List<ByteString>, val privateRsaKeys: List<ByteString>, val privateKeys: List<ByteString>, val passphrase: String)

A file containing a mix of PEM-encoded certificates and PEM-encoded private keys. Can be used both for trust stores (which certificate authorities a TLS client trusts) and also for TLS servers (which certificate chain a TLS server serves).

Constructors

Link copied to clipboard
constructor(certificates: List<ByteString>, privateRsaKeys: List<ByteString>, privateKeys: List<ByteString>, passphrase: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificates: List<ByteString>
Link copied to clipboard
Link copied to clipboard
val privateKeys: List<ByteString>
Link copied to clipboard
val privateRsaKeys: List<ByteString>

Functions

Link copied to clipboard
Link copied to clipboard