UNPKG

@wildboar/pkcs

Version:
23 lines 573 B
"use strict"; 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