RevocationChecker

A PKIXRevocationChecker implementation for Android Key Attestation.

Currently, this class is a clone of the as-built revocation checker from KAVS. It is only intended to be for migrating the bespoke KAVS path validation logic to this provider.

Constructors

Link copied to clipboard
constructor(revokedSerials: Set<String>)

Properties

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

Functions

Link copied to clipboard
open override fun check(cert: Certificate, unresolvedCritExts: MutableCollection<String>)
open override fun check(p0: Certificate)
Link copied to clipboard
open override fun clone(): PKIXRevocationChecker
Link copied to clipboard
open override fun getSoftFailExceptions(): <Error class: unknown class>
Link copied to clipboard
open override fun getSupportedExtensions(): Nothing?
Link copied to clipboard
open override fun init(forward: Boolean)
Link copied to clipboard
open override fun isForwardCheckingSupported(): Boolean