UNPKG

@wildboar/pkcs

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