UNPKG

pkcs-ts

Version:

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

25 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.localKeyId = 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 octetStringMatch_oa_1 = require("x500-ts/dist/node/modules/SelectedAttributeTypes/octetStringMatch.oa"); const pkcs_9_at_localKeyId_va_1 = require("../PKCS-9/pkcs-9-at-localKeyId.va"); exports.localKeyId = { class: "ATTRIBUTE", decoderFor: { "&Type": $._decodeOctetString, }, encoderFor: { "&Type": $._encodeOctetString, }, "&equality-match": octetStringMatch_oa_1.octetStringMatch, "&single-valued": false, "&id": pkcs_9_at_localKeyId_va_1.pkcs_9_at_localKeyId, "&Type": 0, "&collective": false, "&no-user-modification": false, "&usage": AttributeUsage_ta_1.userApplications, }; //# sourceMappingURL=localKeyId.oa.js.map