@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines • 367 B
text/typescript
import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
/**
* @summary sha256WithRSAEncryption
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* sha256WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 11 }
* ```
*
* @constant
*/
export declare const sha256WithRSAEncryption: OBJECT_IDENTIFIER;
//# sourceMappingURL=sha256WithRSAEncryption.va.d.mts.map