STRICT

@Immutable
data class STRICT(val expectedVal: SecurityLevel) : SecurityLevelValidationLevel

Checks that both the attestationSecurityLevel and keyMintSecurityLevel match the expected value.

Parameters

expectedVal

The expected value of the security level.

Constructors

Link copied to clipboard
constructor(expectedVal: SecurityLevel)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun isSatisfiedBy(extension: Any?): Boolean

Evaluates whether the extension is satisfied by this ValidationLevel.