VerifyRequestLog

Functions

Link copied to clipboard
open fun flush()
Link copied to clipboard
open fun logCertSerialNumbers(certSerialNumbers: List<String>)

Logs the serial numbers of the intermediate certificates in the certificate chain. Called if verify reaches the point where the certificate chain is parsed.

Link copied to clipboard
open fun logCertSigningAlgorithms(certSigningAlgorithms: Set<String>)

Logs the certificate signing algorithms of the intermediate certificates in the certificate chain. Called if verify reaches the point where the certificate chain is validated.

Link copied to clipboard
open fun logInfoMessage(infoMessage: String)

Logs an info level message. May be called throughout the verification process.

Link copied to clipboard
open fun logInputChain(inputChain: List<ByteString>)

Logs the certificate chain which is being verified. Called for each call to verify.

Link copied to clipboard
open fun logKeyDescription(keyDescription: KeyDescription)

Logs the key description of the leaf certificate. Called if verify reaches the point where the key description is parsed.

Link copied to clipboard
open fun logProvisioningInfoMap(provisioningInfoMap: ProvisioningInfoMap)

Logs the provisioning info map extension of the attestation certificate. Called if verify reaches the point where the provisioning info map is parsed, if present in the attestation certificate.

Link copied to clipboard
open fun logResult(result: VerificationResult)

Logs the result of the verification. Called for each call to verify.