UNPKG

@wildboar/pkcs

Version:
21 lines (20 loc) 507 B
import * as $ from "@wildboar/asn1/functional"; import { id_alg_CMS3DESwrap } from "../CryptographicMessageSyntax/id-alg-CMS3DESwrap.va.mjs"; /** * ### ASN.1 Definition * * ```asn1 * {NULL IDENTIFIED BY id-alg-CMS3DESwrap} * ``` */ export const KeyEncryptionAlgorithms_Union0_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeNull, }, encoderFor: { "&Type": $._encodeNull, }, "&id": id_alg_CMS3DESwrap, "&Type": 0, };