I'm hitting ExtensionParsingException: unknown tag number: 508 when verifying attestation certs generated with setUserConfirmationRequired(true) in KeyGenParameterSpec.Builder.
Looking at Extension.kt, the KeyMintTag enum has 507 and 509, but 508 seems to be missing between them.
Is this intentional, or a gap that's worth fixing?
I'm hitting ExtensionParsingException: unknown tag number: 508 when verifying attestation certs generated with setUserConfirmationRequired(true) in KeyGenParameterSpec.Builder.
Looking at Extension.kt, the KeyMintTag enum has 507 and 509, but 508 seems to be missing between them.
Is this intentional, or a gap that's worth fixing?