UNPKG

@wildboar/pkcs

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