SecurityLevelConstraint
Configuration for validating the attestationSecurityLevel and keyMintSecurityLevel fields in an Android attestation certificate.
Inheritors
Types
Checks that the attestationSecurityLevel is equal to the keyMintSecurityLevel, regardless of security level.
Checks that the keyMintSecurityLevel matches the security level claimed by the certificate. this constraint may be used in conjunction with other security level constraints. e.g. it may be combined with STRICT to verify that the keyMintSecurityLevel is precisely SecurityLevel.STRONG_BOX and that the security level matches the value claimed by the Google-signed certificate.
Checks that the attestationSecurityLevel is equal to the keyMintSecurityLevel, and that this security level is not SecurityLevel.SOFTWARE.
Checks that both the attestationSecurityLevel and keyMintSecurityLevel match the expected value.
Functions
Verifies that description satisfies this Constraint.