import { X509Curves } from "../AlgorithmObjectIdentifiers/X509Curves.vsa.mjs"; import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary ecPublicKey * @description * * ### ASN.1 Definition: * * ```asn1 * ecPublicKey ALGORITHM ::= { -- IETF RFC 5480 * PARMS X509Curves * IDENTIFIED BY id-ecPublicKey } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const ecPublicKey: ALGORITHM; //# sourceMappingURL=ecPublicKey.oa.d.mts.map