@wildboar/qc
Version:
Qualified Certificates in TypeScript
15 lines • 349 B
text/typescript
import type { AttributeType } from "@wildboar/x500/InformationFramework";
/**
* @summary id_pda_gender
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* id-pda-gender AttributeType ::= { id-pda 3 }
* ```
*
* @constant
*/
export declare const id_pda_gender: AttributeType;
//# sourceMappingURL=id-pda-gender.va.d.mts.map