@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
24 lines • 762 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyEncryptionAlgorithms_Union0_Intersection0_Element = void 0;
const $ = require("asn1-ts/dist/node/functional");
const id_alg_CMS3DESwrap_va_1 = require("../CryptographicMessageSyntax/id-alg-CMS3DESwrap.va");
/**
* ### ASN.1 Definition
*
* ```asn1
* {NULL IDENTIFIED BY id-alg-CMS3DESwrap}
* ```
*/
exports.KeyEncryptionAlgorithms_Union0_Intersection0_Element = {
class: "ALGORITHM-IDENTIFIER",
decoderFor: {
"&Type": $._decodeNull,
},
encoderFor: {
"&Type": $._encodeNull,
},
"&id": id_alg_CMS3DESwrap_va_1.id_alg_CMS3DESwrap,
"&Type": 0,
};
//# sourceMappingURL=KeyEncryptionAlgorithms-Union0-Intersection0-Element.oa.js.map