UNPKG

@wildboar/pkcs

Version:
16 lines (15 loc) 375 B
import { OBJECT_IDENTIFIER } from "asn1-ts"; export { pkcs_12PbeIds } from "../PKCS-12/pkcs-12PbeIds.va"; /** * @summary pbewithSHAAnd40BitRC2_CBC * @description * * ### ASN.1 Definition: * * ```asn1 * pbewithSHAAnd40BitRC2-CBC OBJECT IDENTIFIER ::= {pkcs-12PbeIds 6} * ``` * * @constant */ export declare const pbewithSHAAnd40BitRC2_CBC: OBJECT_IDENTIFIER;