import { type KEY_AGREE } from "../AlgorithmInformation-2009/KEY-AGREE.oca.mjs"; import { KeyWrapAlgorithm } from "../CryptographicMessageSyntaxAlgorithms-2009/KeyWrapAlgorithm.ta.mjs"; /** * @summary kaa_esdh * @description * * ### ASN.1 Definition: * * ```asn1 * kaa-esdh KEY-AGREE ::= { * IDENTIFIER id-alg-ESDH * PARAMS TYPE KeyWrapAlgorithm ARE required * PUBLIC-KEYS { pk-dh } * -- UKM is not ASN.1 encoded * UKM ARE optional * SMIME-CAPS {TYPE KeyWrapAlgorithm IDENTIFIED BY id-alg-ESDH} * } * ``` * * @constant * @type {KEY_AGREE} * @implements {KEY_AGREE} */ export declare const kaa_esdh: KEY_AGREE; //# sourceMappingURL=kaa-esdh.oa.d.mts.map