UNPKG

@wildboar/pkcs

Version:
20 lines 446 B
import { type CONTENT_TYPE } from "../CryptographicMessageSyntax-2009/CONTENT-TYPE.oca.mjs"; /** * @summary ContentSet * @description * * ### ASN.1 Definition: * * ```asn1 * ContentSet CONTENT-TYPE ::= { * ct-asymmetric-key-package, * ... -- Expect additional content types -- * } * ``` * * @constant * @type {CONTENT_TYPE[]} * */ export declare const ContentSet: CONTENT_TYPE<any>[]; //# sourceMappingURL=ContentSet.osa.d.mts.map