UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

20 lines 968 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PBKDF2_PRFs_Union5_Intersection0_Element = exports.id_hmacWithSHA512_224 = void 0; const tslib_1 = require("tslib"); const $ = tslib_1.__importStar(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; } }); exports.PBKDF2_PRFs_Union5_Intersection0_Element = { class: "TYPE-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": id_hmacWithSHA512_224_va_1.id_hmacWithSHA512_224, "&Type": 0, }; //# sourceMappingURL=PBKDF2-PRFs-Union5-Intersection0-Element.oa.js.map