UNPKG

@wildboar/pkcs

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