UNPKG

@wildboar/pkcs

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