TrustEntryX509Cert
data class TrustEntryX509Cert(val identifier: String, val metadata: TrustMetadata, val certificate: X509Cert) : TrustEntry
A X.509 certificate based trust entry.
Properties
Link copied to clipboard
the X.509 root certificate for the CA for the trustpoint.
Link copied to clipboard
a unique identifier for the trust entry.
Link copied to clipboard
a TrustMetadata with metadata about the trust entry.