@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
23 lines • 741 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentEncryptionAlgorithms_Union0_Intersection0_Exclusion = void 0;
const $ = require("asn1-ts/dist/node/functional");
const id_hmacWithSHA1_va_1 = require("../PKCS5v2-1/id-hmacWithSHA1.va");
/**
* ### ASN.1 Definition
* ```
* {NULL IDENTIFIED BY id-hmacWithSHA1}
* ```
*/
exports.ContentEncryptionAlgorithms_Union0_Intersection0_Exclusion = {
class: "ALGORITHM-IDENTIFIER",
decoderFor: {
"&Type": $._decodeNull,
},
encoderFor: {
"&Type": $._encodeNull,
},
"&id": id_hmacWithSHA1_va_1.id_hmacWithSHA1,
"&Type": 0,
};
//# sourceMappingURL=ContentEncryptionAlgorithms-Union0-Intersection0-Exclusion.oa.js.map