UNPKG

@wildboar/pkcs

Version:
25 lines 976 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pkcs_9_at_encryptedPrivateKeyInfo = exports.pkcs_9_at = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const pkcs_9_at_va_1 = require("../PKCS-9/pkcs-9-at.va"); var pkcs_9_at_va_2 = require("../PKCS-9/pkcs-9-at.va"); Object.defineProperty(exports, "pkcs_9_at", { enumerable: true, get: function () { return pkcs_9_at_va_2.pkcs_9_at; } }); /* START_OF_SYMBOL_DEFINITION pkcs_9_at_encryptedPrivateKeyInfo */ /** * @summary pkcs_9_at_encryptedPrivateKeyInfo * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs-9-at-encryptedPrivateKeyInfo OBJECT IDENTIFIER ::= {pkcs-9-at 2} * ``` * * @constant */ exports.pkcs_9_at_encryptedPrivateKeyInfo = new asn1_ts_1.ObjectIdentifier([2], pkcs_9_at_va_1.pkcs_9_at); /* END_OF_SYMBOL_DEFINITION pkcs_9_at_encryptedPrivateKeyInfo */ /* eslint-enable */ //# sourceMappingURL=pkcs-9-at-encryptedPrivateKeyInfo.va.js.map