TrustEntryVical

data class TrustEntryVical(val id: String, val timeAdded: Instant, val metadata: TrustMetadata, val numCertificates: Int, val encodedSignedVical: ByteString) : TrustEntry

A VICAL based trust entry.

Constructors

Link copied to clipboard
constructor(id: String, timeAdded: Instant, metadata: TrustMetadata, numCertificates: Int, encodedSignedVical: ByteString)

Properties

Link copied to clipboard
val encodedSignedVical: ByteString

the bytes of the VICAL.

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

number of certificates in the VICAL.

Link copied to clipboard
open override val timeAdded: Instant

the point in time this was added.