UNPKG

@wildboar/pki-stub

Version:
20 lines 571 B
import { NULL } from "@wildboar/asn1"; import { type ALGORITHM } from "../PKI-Stub/ALGORITHM.oca.mjs"; /** * @summary sha224WithRSAEncryptionAlgorithm * @description * * ### ASN.1 Definition: * * ```asn1 * sha224WithRSAEncryptionAlgorithm ALGORITHM ::= { -- IETF RFC 5754 * PARMS NULL * IDENTIFIED BY {1 2 840 113549 1 11} } * ``` * * @constant * @type {ALGORITHM<NULL>} * @implements {ALGORITHM<NULL>} */ export declare const sha224WithRSAEncryptionAlgorithm: ALGORITHM<NULL>; //# sourceMappingURL=sha224WithRSAEncryptionAlgorithm.oa.d.mts.map