@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines • 360 B
text/typescript
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