UNPKG

@wildboar/pkcs

Version:
31 lines 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pkcs_9_at_userPKCS12 = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION pkcs_9_at_userPKCS12 */ /** * @summary pkcs_9_at_userPKCS12 * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs-9-at-userPKCS12 OBJECT IDENTIFIER ::= {2 16 840 1 113730 3 1 216} * ``` * * @constant */ exports.pkcs_9_at_userPKCS12 = new asn1_ts_1.ObjectIdentifier([ 2, 16, 840, 1, 113730, 3, 1, 216, ]); /* END_OF_SYMBOL_DEFINITION pkcs_9_at_userPKCS12 */ /* eslint-enable */ //# sourceMappingURL=pkcs-9-at-userPKCS12.va.js.map