@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
36 lines • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportingAlgorithms_Union0_Intersection0_Element = exports.id_hmacWithSHA1 = void 0;
const $ = require("asn1-ts/dist/node/functional");
const id_hmacWithSHA1_va_1 = require("../PKCS5v2-1/id-hmacWithSHA1.va");
var id_hmacWithSHA1_va_2 = require("../PKCS5v2-1/id-hmacWithSHA1.va");
Object.defineProperty(exports, "id_hmacWithSHA1", { enumerable: true, get: function () { return id_hmacWithSHA1_va_2.id_hmacWithSHA1; } });
/* START_OF_SYMBOL_DEFINITION SupportingAlgorithms_Union0_Intersection0_Element */
/**
* @summary SupportingAlgorithms_Union0_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SupportingAlgorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<NULL>}
* @implements {ALGORITHM_IDENTIFIER<NULL>}
*/
exports.SupportingAlgorithms_Union0_Intersection0_Element = {
class: "TYPE-IDENTIFIER",
decoderFor: {
"&Type": $._decodeNull,
},
encoderFor: {
"&Type": $._encodeNull,
},
"&id": id_hmacWithSHA1_va_1.id_hmacWithSHA1 /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */,
"&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */,
};
/* END_OF_SYMBOL_DEFINITION SupportingAlgorithms_Union0_Intersection0_Element */
/* eslint-enable */
//# sourceMappingURL=SupportingAlgorithms-Union0-Intersection0-Element.oa.js.map