@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
23 lines • 573 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignatureAlgorithms = void 0;
/* START_OF_SYMBOL_DEFINITION SignatureAlgorithms */
/**
* @summary SignatureAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SignatureAlgorithms ALGORITHM ::= {
* ... -- add any locally defined algorithms here -- }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
exports.SignatureAlgorithms = [];
/* END_OF_SYMBOL_DEFINITION SignatureAlgorithms */
/* eslint-enable */
//# sourceMappingURL=SignatureAlgorithms.osa.js.map