@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
29 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentSet = exports.ct_asymmetric_key_package = void 0;
/* eslint-disable */
const ct_asymmetric_key_package_oa_1 = require("../AsymmetricKeyPackageModuleV1/ct-asymmetric-key-package.oa");
var ct_asymmetric_key_package_oa_2 = require("../AsymmetricKeyPackageModuleV1/ct-asymmetric-key-package.oa");
Object.defineProperty(exports, "ct_asymmetric_key_package", { enumerable: true, get: function () { return ct_asymmetric_key_package_oa_2.ct_asymmetric_key_package; } });
/* START_OF_SYMBOL_DEFINITION ContentSet */
/**
* @summary ContentSet
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* ContentSet CONTENT-TYPE ::= {
* ct-asymmetric-key-package,
* ... -- Expect additional content types --
* }
* ```
*
* @constant
* @type {CONTENT_TYPE[]}
*
*/
exports.ContentSet = [ct_asymmetric_key_package_oa_1.ct_asymmetric_key_package];
/* END_OF_SYMBOL_DEFINITION ContentSet */
/* eslint-enable */
//# sourceMappingURL=ContentSet.osa.js.map