UNPKG

@wildboar/pkcs

Version:
29 lines (28 loc) 835 B
import * as $ from "@wildboar/asn1/functional"; import { md2WithRSAEncryption } from "../PKCS-1/md2WithRSAEncryption.va.mjs"; /** * @summary PKCS1Algorithms_Union1_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS1Algorithms-Union1-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<NULL>} * @implements {ALGORITHM_IDENTIFIER<NULL>} */ export const PKCS1Algorithms_Union1_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": md2WithRSAEncryption /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */, "&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */, }; /* eslint-enable */