NOT_SOFTWARE

@Immutable
data object NOT_SOFTWARE : SecurityLevelConstraint

Checks that the attestationSecurityLevel is equal to the keyMintSecurityLevel, and that this security level is not SecurityLevel.SOFTWARE.

Properties

Link copied to clipboard
open override val label: String

Fixed label, suitable for logging or metrics.

Functions

Link copied to clipboard
open override fun check(description: KeyDescription, certPath: KeyAttestationCertPath): Constraint.Result

Verifies that description satisfies this Constraint.

Link copied to clipboard