CaCertificateValidity

data class CaCertificateValidity(val notAfter: String? = null, val notBefore: String? = null)

Constructors

Link copied to clipboard
constructor(notAfter: String? = null, notBefore: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val notAfter: String? = null

The certificate is not valid after this date.

Link copied to clipboard
val notBefore: String? = null

The certificate is not valid before this date.