UNPKG

@wildboar/pkcs

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