You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
431 B

import type { Extensions } from '@peculiar/asn1-x509';
import type { Uint8Array_ } from '../types/index.js';
/**
* Look for the id-fido-gen-ce-aaguid certificate extension. If it's present then check it against
* the attestation statement AAGUID.
*/
export declare function validateExtFIDOGenCEAAGUID(certExtensions: Extensions | undefined, aaguid: Uint8Array_): boolean;
//# sourceMappingURL=validateExtFIDOGenCEAAGUID.d.ts.map