UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 412 B
/* eslint-disable */ import { ObjectIdentifier as _OID } from "@wildboar/asn1"; import { pkcs_1 } from "../PKCS-1/pkcs-1.va.mjs"; /** * @summary sha384WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha384WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 12 } * ``` * * @constant */ export const sha384WithRSAEncryption = _OID.fromParts([12], pkcs_1); /* eslint-enable */