@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
21 lines (20 loc) • 833 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 { pbeWithSHA1AndDES_CBC } from "../PKCS5v2-1/pbeWithSHA1AndDES-CBC.va";
/**
* @summary PBES1Algorithms_Union4_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBES1Algorithms-Union4-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<PBEParameter>}
* @implements {ALGORITHM_IDENTIFIER<PBEParameter>}
*/
export declare const PBES1Algorithms_Union4_Intersection0_Element: ALGORITHM_IDENTIFIER<PBEParameter>;