@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
21 lines (20 loc) • 831 B
TypeScript
import { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca";
import { PBEParameter } from "../PKCS5v2-1/PBEParameter.ta";
export { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca";
export { PBEParameter, _decode_PBEParameter, _encode_PBEParameter, } from "../PKCS5v2-1/PBEParameter.ta";
export { pbeWithMD2AndRC2_CBC } from "../PKCS5v2-1/pbeWithMD2AndRC2-CBC.va";
/**
* @summary PBES1Algorithms_Union1_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBES1Algorithms-Union1-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<PBEParameter>}
* @implements {ALGORITHM_IDENTIFIER<PBEParameter>}
*/
export declare const PBES1Algorithms_Union1_Intersection0_Element: ALGORITHM_IDENTIFIER<PBEParameter>;