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