UNPKG

@wildboar/pkcs

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