UNPKG

@wildboar/pkcs

Version:
22 lines (21 loc) 460 B
/* eslint-disable */ import { ct_asymmetric_key_package } from "../AsymmetricKeyPackageModuleV1/ct-asymmetric-key-package.oa.mjs"; /** * @summary ContentSet * @description * * ### ASN.1 Definition: * * ```asn1 * ContentSet CONTENT-TYPE ::= { * ct-asymmetric-key-package, * ... -- Expect additional content types -- * } * ``` * * @constant * @type {CONTENT_TYPE[]} * */ export const ContentSet = [ct_asymmetric_key_package]; /* eslint-enable */