UNPKG

pkcs-ts

Version:

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

24 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.contentType = void 0; const AttributeUsage_ta_1 = require("x500-ts/dist/node/modules/InformationFramework/AttributeUsage.ta"); const objectIdentifierMatch_oa_1 = require("x500-ts/dist/node/modules/InformationFramework/objectIdentifierMatch.oa"); const ContentType_ta_1 = require("../PKCS-9/ContentType.ta"); const pkcs_9_at_contentType_va_1 = require("../PKCS-9/pkcs-9-at-contentType.va"); exports.contentType = { class: "ATTRIBUTE", decoderFor: { "&Type": ContentType_ta_1._decode_ContentType, }, encoderFor: { "&Type": ContentType_ta_1._encode_ContentType, }, "&equality-match": objectIdentifierMatch_oa_1.objectIdentifierMatch, "&single-valued": false, "&id": pkcs_9_at_contentType_va_1.pkcs_9_at_contentType, "&Type": 0, "&collective": false, "&no-user-modification": false, "&usage": AttributeUsage_ta_1.userApplications, }; //# sourceMappingURL=contentType.oa.js.map