UNPKG

@wildboar/pkcs

Version:
15 lines 360 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary sha1WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 } * ``` * * @constant */ export declare const sha1WithRSAEncryption: OBJECT_IDENTIFIER; //# sourceMappingURL=sha1WithRSAEncryption.va.d.mts.map