UNPKG

@wildboar/pkcs

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