TrustedCertificate

@Serializable
data class TrustedCertificate(    val id: String,     val pem: String,     val commonName: String,     val verificationResult: TrustedCertificateVerificationResult? = null)

Represents a trusted certificate conforming to the IACA profile as per ISO 18013-5.

Constructors

Link copied to clipboard
constructor(id: String, pem: String, commonName: String, verificationResult: TrustedCertificateVerificationResult? = null)

Properties

Link copied to clipboard
val commonName: String
Link copied to clipboard
val id: String
Link copied to clipboard
val pem: String