import { type KEY_AGREE } from "../AlgorithmInformation-2009/KEY-AGREE.oca.mjs"; import { KeyWrapAlgorithm } from "../CryptographicMessageSyntaxAlgorithms-2009/KeyWrapAlgorithm.ta.mjs"; /** * @summary kaa_ssdh * @description * * ### ASN.1 Definition: * * ```asn1 * kaa-ssdh KEY-AGREE ::= { * IDENTIFIER id-alg-SSDH * 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-SSDH} * } * ``` * * @constant * @type {KEY_AGREE} * @implements {KEY_AGREE} */ export declare const kaa_ssdh: KEY_AGREE; //# sourceMappingURL=kaa-ssdh.oa.d.mts.map