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
the bytes of the VICAL.
Link copied to clipboard
a TrustMetadata with metadata about the trust point.
Link copied to clipboard
number of certificates in the VICAL.