UNPKG

@wildboar/pkcs

Version:
36 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OAEP_PSSDigestAlgorithms_Union0_Intersection0_Element = exports.id_sha1 = void 0; const $ = require("asn1-ts/dist/node/functional"); const id_sha1_va_1 = require("../PKCS-1/id-sha1.va"); var id_sha1_va_2 = require("../PKCS-1/id-sha1.va"); Object.defineProperty(exports, "id_sha1", { enumerable: true, get: function () { return id_sha1_va_2.id_sha1; } }); /* START_OF_SYMBOL_DEFINITION OAEP_PSSDigestAlgorithms_Union0_Intersection0_Element */ /** * @summary OAEP_PSSDigestAlgorithms_Union0_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * OAEP-PSSDigestAlgorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<NULL>} * @implements {ALGORITHM_IDENTIFIER<NULL>} */ exports.OAEP_PSSDigestAlgorithms_Union0_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": id_sha1_va_1.id_sha1 /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */, "&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */, }; /* END_OF_SYMBOL_DEFINITION OAEP_PSSDigestAlgorithms_Union0_Intersection0_Element */ /* eslint-enable */ //# sourceMappingURL=OAEP-PSSDigestAlgorithms-Union0-Intersection0-Element.oa.js.map