UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 278 B
/** * @summary OtherKeyAttributeTable * @description * * ### ASN.1 Definition: * * ```asn1 * OtherKeyAttributeTable OTHER-KEY-ATTRIBUTE ::= {...} * ``` * * @constant * @type {OTHER_KEY_ATTRIBUTE[]} * */ export const OtherKeyAttributeTable = []; /* eslint-enable */