UNPKG

@wildboar/pkcs

Version:
20 lines (19 loc) 707 B
import { OCTET_STRING } from "asn1-ts"; import { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca"; export { aes192_CBC_PAD } from "../PKCS5v2-1/aes192-CBC-PAD.va"; export { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca"; /** * @summary SupportingAlgorithms_Union6_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * SupportingAlgorithms-Union6-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<OCTET_STRING>} * @implements {ALGORITHM_IDENTIFIER<OCTET_STRING>} */ export declare const SupportingAlgorithms_Union6_Intersection0_Element: ALGORITHM_IDENTIFIER<OCTET_STRING>;