TrustPoint

data class TrustPoint(val certificate: X509Cert, val metadata: TrustMetadata, val trustManager: TrustManager)

Class used for the representation of a trusted entity.

This is used to represent both trusted issuers and trusted relying parties.

Parameters

certificate

the root X509 certificate for the CA.

metadata

a TrustMetadata with metadata about the trust point.

trustManager

the TrustManager the trust point comes from.

Constructors

Link copied to clipboard
constructor(certificate: X509Cert, metadata: TrustMetadata, trustManager: TrustManager)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard