@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
34 lines • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OAEP_PSSDigestAlgorithms_Union2_Intersection0_Element = void 0;
const $ = require("asn1-ts/dist/node/functional");
const id_sha256_va_1 = require("../NIST-SHA2/id-sha256.va");
/* START_OF_SYMBOL_DEFINITION OAEP_PSSDigestAlgorithms_Union2_Intersection0_Element */
/**
* @summary OAEP_PSSDigestAlgorithms_Union2_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* OAEP-PSSDigestAlgorithms-Union2-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<NULL>}
* @implements {ALGORITHM_IDENTIFIER<NULL>}
*/
exports.OAEP_PSSDigestAlgorithms_Union2_Intersection0_Element = {
class: "ALGORITHM-IDENTIFIER",
decoderFor: {
"&Type": $._decodeNull,
},
encoderFor: {
"&Type": $._encodeNull,
},
"&id": id_sha256_va_1.id_sha256 /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */,
"&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */,
};
/* END_OF_SYMBOL_DEFINITION OAEP_PSSDigestAlgorithms_Union2_Intersection0_Element */
/* eslint-enable */
//# sourceMappingURL=OAEP-PSSDigestAlgorithms-Union2-Intersection0-Element.oa.js.map