AttestationSigner Class
Represents a signing certificate returned by the Attestation Service.
Constructor
AttestationSigner(certificates: list[str], key_id: str)
Parameters
Name | Description |
---|---|
certificates
Required
|
A list of Base64 encoded X.509 Certificates representing an X.509 certificate chain. The first of these certificates will be used to sign an AttestationToken. |
key_id
Required
|
A string which identifies a signing key, See RFC 7517 Section 4.5 |