import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; import { KeyEncryptionAlgorithmIdentifier } from "../CMSCKMKeyManagement/KeyEncryptionAlgorithmIdentifier.ta.mjs"; /** * @summary keyAgreeMultipleEncryptionConstruction * @description * * ### ASN.1 Definition: * * ```asn1 * keyAgreeMultipleEncryptionConstruction ALGORITHM ::= { * IDENTIFIER id-ckm-key-agree-multiple-encrypt * PARAMS TYPE KeyEncryptionAlgorithmIdentifier ARE required * } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const keyAgreeMultipleEncryptionConstruction: ALGORITHM; //# sourceMappingURL=keyAgreeMultipleEncryptionConstruction.oa.d.mts.map