UNPKG

pkcs-ts

Version:

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

25 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.friendlyName = void 0; const tslib_1 = require("tslib"); const $ = tslib_1.__importStar(require("asn1-ts/dist/node/functional")); const AttributeUsage_ta_1 = require("x500-ts/dist/node/modules/InformationFramework/AttributeUsage.ta"); const caseIgnoreMatch_oa_1 = require("x500-ts/dist/node/modules/SelectedAttributeTypes/caseIgnoreMatch.oa"); const pkcs_9_at_friendlyName_va_1 = require("../PKCS-9/pkcs-9-at-friendlyName.va"); exports.friendlyName = { class: "ATTRIBUTE", decoderFor: { "&Type": $._decodeBMPString, }, encoderFor: { "&Type": $._encodeBMPString, }, "&equality-match": caseIgnoreMatch_oa_1.caseIgnoreMatch, "&single-valued": false, "&id": pkcs_9_at_friendlyName_va_1.pkcs_9_at_friendlyName, "&Type": 0, "&collective": false, "&no-user-modification": false, "&usage": AttributeUsage_ta_1.userApplications, }; //# sourceMappingURL=friendlyName.oa.js.map