import { type CONTENT_ENCRYPTION } from "../AlgorithmInformation-2009/CONTENT-ENCRYPTION.oca.mjs"; import { RC2CBCParameter } from "../CryptographicMessageSyntaxAlgorithms-2009/RC2CBCParameter.ta.mjs"; /** * @summary cea_RC2_cbc * @description * * ### ASN.1 Definition: * * ```asn1 * cea-RC2-cbc CONTENT-ENCRYPTION ::= { * IDENTIFIER rc2-cbc * PARAMS TYPE RC2CBCParameter ARE required * SMIME-CAPS cap-RC2CBC * } * ``` * * @constant * @type {CONTENT_ENCRYPTION} * @implements {CONTENT_ENCRYPTION} */ export declare const cea_RC2_cbc: CONTENT_ENCRYPTION; //# sourceMappingURL=cea-RC2-cbc.oa.d.mts.map