TrustEntryX509Cert
data class TrustEntryX509Cert(val id: String, val timeAdded: Instant, val metadata: TrustMetadata, val ski: String, val certificate: X509Cert) : TrustEntry
A X.509 certificate based trust entry.
Constructors
Link copied to clipboard
constructor(id: String, timeAdded: Instant, metadata: TrustMetadata, ski: String, certificate: X509Cert)
Properties
Link copied to clipboard
the X.509 root certificate for the CA for the trustpoint.
Link copied to clipboard
a TrustMetadata with metadata about the trust point.