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.