@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
22 lines • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OtherKeyAttributeTable = void 0;
/* START_OF_SYMBOL_DEFINITION OtherKeyAttributeTable */
/**
* @summary OtherKeyAttributeTable
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* OtherKeyAttributeTable OTHER-KEY-ATTRIBUTE ::= {...}
* ```
*
* @constant
* @type {OTHER_KEY_ATTRIBUTE[]}
*
*/
exports.OtherKeyAttributeTable = [];
/* END_OF_SYMBOL_DEFINITION OtherKeyAttributeTable */
/* eslint-enable */
//# sourceMappingURL=OtherKeyAttributeTable.osa.js.map