UNPKG

@wildboar/qc

Version:
18 lines (17 loc) 422 B
/* eslint-disable */ import { ObjectIdentifier as _OID } from "@wildboar/asn1"; import { id_pda } from "../PKIXqualified97/id-pda.va.mjs"; /** * @summary id_pda_countryOfCitizenship * @description * * ### ASN.1 Definition: * * ```asn1 * id-pda-countryOfCitizenship AttributeType ::= { id-pda 4 } * ``` * * @constant */ export const id_pda_countryOfCitizenship = _OID.fromParts([4], id_pda); /* eslint-enable */