import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary ecdsa_with_SHA256_Algorithm * @description * * ### ASN.1 Definition: * * ```asn1 * ecdsa-with-SHA256-Algorithm ALGORITHM ::= { -- IETF RFC 5758 * IDENTIFIED BY ecdsa-with-SHA256 } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const ecdsa_with_SHA256_Algorithm: ALGORITHM; //# sourceMappingURL=ecdsa-with-SHA256-Algorithm.oa.d.mts.map