CertificateCertificate

data class CertificateCertificate(val contents: String, val password: String? = null)

Constructors

Link copied to clipboard
constructor(contents: String, password: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base64-encoded certificate contents.

Link copied to clipboard
val password: String? = null

The password associated with the certificate.