import { type CONTENT_ENCRYPTION } from "../AlgorithmInformation-2009/CONTENT-ENCRYPTION.oca.mjs"; import { IV } from "../CryptographicMessageSyntaxAlgorithms-2009/IV.ta.mjs"; /** * @summary cea_3DES_cbc * @description * * ### ASN.1 Definition: * * ```asn1 * cea-3DES-cbc CONTENT-ENCRYPTION ::= { * IDENTIFIER des-ede3-cbc * PARAMS TYPE IV ARE required * SMIME-CAPS { IDENTIFIED BY des-ede3-cbc } * } * ``` * * @constant * @type {CONTENT_ENCRYPTION} * @implements {CONTENT_ENCRYPTION} */ export declare const cea_3DES_cbc: CONTENT_ENCRYPTION; //# sourceMappingURL=cea-3DES-cbc.oa.d.mts.map