UNPKG

pkcs-ts

Version:

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

18 lines 703 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pkcs9CaseIgnoreMatch = void 0; const pkcs_9_mr_caseIgnoreMatch_va_1 = require("../PKCS-9/pkcs-9-mr-caseIgnoreMatch.va"); const PKCS9String_ta_1 = require("../PKCS-9/PKCS9String.ta"); exports.pkcs9CaseIgnoreMatch = { class: "MATCHING-RULE", decoderFor: { "&AssertionType": PKCS9String_ta_1._decode_PKCS9String, }, encoderFor: { "&AssertionType": PKCS9String_ta_1._encode_PKCS9String, }, "&id": pkcs_9_mr_caseIgnoreMatch_va_1.pkcs_9_mr_caseIgnoreMatch, "&AssertionType": 0, "&ParentMatchingRules": 0, }; //# sourceMappingURL=pkcs9CaseIgnoreMatch.oa.js.map