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
open override val id: String

an identifier for the entry.

Link copied to clipboard
open override val metadata: TrustMetadata

a TrustMetadata with metadata about the trust point.

Link copied to clipboard
val ski: String

the Subject Key Identifier in hexadecimal.

Link copied to clipboard
open override val timeAdded: Instant

the point in time this was added.