UNPKG

@wildboar/pkcs

Version:
21 lines (20 loc) 512 B
import * as $ from "@wildboar/asn1/functional"; import { id_alg_CMSRC2wrap } from "../CryptographicMessageSyntax/id-alg-CMSRC2wrap.va.mjs"; /** * ### ASN.1 Definition * * ```asn1 * {INTEGER IDENTIFIED BY id-alg-CMSRC2wrap} * ``` */ export const KeyEncryptionAlgorithms_Union1_Intersection0_Element = { class: "ALGORITHM-IDENTIFIER", decoderFor: { "&Type": $._decodeInteger, }, encoderFor: { "&Type": $._encodeInteger, }, "&id": id_alg_CMSRC2wrap, "&Type": 0, };