Share via


KeyAttestation Class

The key attestation information.

Constructor

KeyAttestation(*, certificate_pem_file: bytes | None = None, private_key_attestation: bytes | None = None, public_key_attestation: bytes | None = None, version: str | None = None)

Keyword-Only Parameters

Name Description
certificate_pem_file
Default value: None
private_key_attestation
Default value: None
public_key_attestation
Default value: None
version
Default value: None

Variables

Name Description
certificate_pem_file
bytes or None

The certificate used for attestation validation, in PEM format.

private_key_attestation
bytes or None

The key attestation corresponding to the private key material of the key.

public_key_attestation
bytes or None

The key attestation corresponding to the public key material of the key.

version
str or None

The version of the attestation.