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