UNPKG

pkcs-ts

Version:

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

22 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encryptedPrivateKeyInfo = void 0; const AttributeUsage_ta_1 = require("x500-ts/dist/node/modules/InformationFramework/AttributeUsage.ta"); const EncryptedPrivateKeyInfo_ta_1 = require("../AsymmetricKeyPackageModuleV1/EncryptedPrivateKeyInfo.ta"); const pkcs_9_at_encryptedPrivateKeyInfo_va_1 = require("../PKCS-9/pkcs-9-at-encryptedPrivateKeyInfo.va"); exports.encryptedPrivateKeyInfo = { class: "ATTRIBUTE", decoderFor: { "&Type": EncryptedPrivateKeyInfo_ta_1._decode_EncryptedPrivateKeyInfo, }, encoderFor: { "&Type": EncryptedPrivateKeyInfo_ta_1._encode_EncryptedPrivateKeyInfo, }, "&id": pkcs_9_at_encryptedPrivateKeyInfo_va_1.pkcs_9_at_encryptedPrivateKeyInfo, "&Type": 0, "&single-valued": false, "&collective": false, "&no-user-modification": false, "&usage": AttributeUsage_ta_1.userApplications, }; //# sourceMappingURL=encryptedPrivateKeyInfo.oa.js.map