IssuedAttestation

data class IssuedAttestation(val certificateChain: List<X509Certificate>, val leafSigner: Signer)(source)

One issued attestation: the chain a client would present, and the attested leaf key.

Constructors

Link copied to clipboard
constructor(certificateChain: List<X509Certificate>, leafSigner: Signer)

Properties

Link copied to clipboard
val certificateChain: List<X509Certificate>

Leaf first, root last.

Link copied to clipboard
val leafCertificate: X509Certificate
Link copied to clipboard
val leafSigner: Signer

The attested private key, for signing payloads the attestation vouches for.

Link copied to clipboard
val rootCertificate: X509Certificate

Functions

Link copied to clipboard
Link copied to clipboard