UNPKG

@wildboar/pki-stub

Version:
22 lines 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupportedAlgorithms = void 0; /* START_OF_SYMBOL_DEFINITION SupportedAlgorithms */ /** * @summary SupportedAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ exports.SupportedAlgorithms = []; /* END_OF_SYMBOL_DEFINITION SupportedAlgorithms */ /* eslint-enable */ //# sourceMappingURL=SupportedAlgorithms.osa.js.map