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