PartyAndCertificate

class PartyAndCertificate(val certPath: CertPath)

A full party plus the X.509 certificate and path linking the party back to a trust root. Equality of PartyAndCertificate instances is based on the party only, as certificate and path are data associated with the party, not part of the identifier themselves.

Constructors

Link copied to clipboard
constructor(certPath: CertPath)

Properties

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

Functions

Link copied to clipboard
operator fun component1(): Party
Link copied to clipboard
operator fun component2(): X509Certificate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Verify the certificate path is valid.

Verify the certificate path is valid against one of the specified trust anchors.