@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
24 lines • 766 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyEncryptionAlgorithms_Union1_Intersection0_Element = void 0;
const $ = require("asn1-ts/dist/node/functional");
const id_alg_CMSRC2wrap_va_1 = require("../CryptographicMessageSyntax/id-alg-CMSRC2wrap.va");
/**
* ### ASN.1 Definition
*
* ```asn1
* {INTEGER IDENTIFIED BY id-alg-CMSRC2wrap}
* ```
*/
exports.KeyEncryptionAlgorithms_Union1_Intersection0_Element = {
class: "ALGORITHM-IDENTIFIER",
decoderFor: {
"&Type": $._decodeInteger,
},
encoderFor: {
"&Type": $._encodeInteger,
},
"&id": id_alg_CMSRC2wrap_va_1.id_alg_CMSRC2wrap,
"&Type": 0,
};
//# sourceMappingURL=KeyEncryptionAlgorithms-Union1-Intersection0-Element.oa.js.map