@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 787 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bagtypes = exports.pkcs_12 = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
const pkcs_12_va_1 = require("../PKCS-12/pkcs-12.va");
var pkcs_12_va_2 = require("../PKCS-12/pkcs-12.va");
Object.defineProperty(exports, "pkcs_12", { enumerable: true, get: function () { return pkcs_12_va_2.pkcs_12; } });
/* START_OF_SYMBOL_DEFINITION bagtypes */
/**
* @summary bagtypes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* bagtypes OBJECT IDENTIFIER ::= {pkcs-12 10 1}
* ```
*
* @constant
*/
exports.bagtypes = new asn1_ts_1.ObjectIdentifier([10, 1], pkcs_12_va_1.pkcs_12);
/* END_OF_SYMBOL_DEFINITION bagtypes */
/* eslint-enable */
//# sourceMappingURL=bagtypes.va.js.map