UNPKG

@wildboar/qc

Version:
20 lines 537 B
import { PrintableString } from "@wildboar/asn1"; import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary gender * @description * * ### ASN.1 Definition: * * ```asn1 * gender ATTRIBUTE ::= { * WITH SYNTAX PrintableString (SIZE(1) ^ FROM("M"|"F"|"m"|"f")) * ID id-pda-gender } * ``` * * @constant * @type {ATTRIBUTE<PrintableString>} * @implements {ATTRIBUTE<PrintableString>} */ export declare const gender: ATTRIBUTE<PrintableString>; //# sourceMappingURL=gender.oa.d.mts.map