import { type PUBLIC_KEY } from "../AlgorithmInformation-2009/PUBLIC-KEY.oca.mjs"; import { KEA_Params_Id } from "../PKIXAlgs-2009/KEA-Params-Id.ta.mjs"; /** * @summary pk_kea * @description * * ### ASN.1 Definition: * * ```asn1 * pk-kea PUBLIC-KEY ::= { * IDENTIFIER id-keyExchangeAlgorithm * -- key is not encoded -- * PARAMS TYPE KEA-Params-Id ARE required * -- Private key format not in this module -- * CERT-KEY-USAGE {keyAgreement, encipherOnly, decipherOnly } * } * ``` * * @constant * @type {PUBLIC_KEY} * @implements {PUBLIC_KEY} */ export declare const pk_kea: PUBLIC_KEY; //# sourceMappingURL=pk-kea.oa.d.mts.map