UNPKG

@wildboar/pkcs

Version:
15 lines (14 loc) 212 B
/** * @summary pkcs15_ub_index * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-ub-index INTEGER ::= 65535 * ``` * * @constant */ export const pkcs15_ub_index = 65535; /* eslint-enable */