TrustAnchorResponse

data class TrustAnchorResponse(val pemCertificate: String)

Defines a trust anchor.

Constructors

Link copied to clipboard
fun TrustAnchorResponse(pemCertificate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PEM root certificate of the PKI used for validation. Each certificate provided in PEM format may occupy up to 5kB.