import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary sha256WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha256WithRSAEncryption ID ::= { pkcs-1 sha256WithRSAEncryption(11) } * ``` * * @constant */ export declare const sha256WithRSAEncryption: ID; //# sourceMappingURL=sha256WithRSAEncryption.va.d.mts.map