UNPKG

@wildboar/pkcs

Version:
36 lines 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PBKDF2_PRFs_Union5_Intersection0_Element = exports.id_hmacWithSHA512_224 = void 0; const $ = require("asn1-ts/dist/node/functional"); const id_hmacWithSHA512_224_va_1 = require("../PKCS5v2-1/id-hmacWithSHA512-224.va"); var id_hmacWithSHA512_224_va_2 = require("../PKCS5v2-1/id-hmacWithSHA512-224.va"); Object.defineProperty(exports, "id_hmacWithSHA512_224", { enumerable: true, get: function () { return id_hmacWithSHA512_224_va_2.id_hmacWithSHA512_224; } }); /* START_OF_SYMBOL_DEFINITION PBKDF2_PRFs_Union5_Intersection0_Element */ /** * @summary PBKDF2_PRFs_Union5_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * PBKDF2-PRFs-Union5-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<NULL>} * @implements {ALGORITHM_IDENTIFIER<NULL>} */ exports.PBKDF2_PRFs_Union5_Intersection0_Element = { class: "TYPE-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": id_hmacWithSHA512_224_va_1.id_hmacWithSHA512_224 /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */, "&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */, }; /* END_OF_SYMBOL_DEFINITION PBKDF2_PRFs_Union5_Intersection0_Element */ /* eslint-enable */ //# sourceMappingURL=PBKDF2-PRFs-Union5-Intersection0-Element.oa.js.map