UNPKG

@wildboar/pkcs

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