UNPKG

@wildboar/pkcs

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