@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
42 lines • 1.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sha224WithRSAEncryptionAlgorithm = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
const $ = require("asn1-ts/dist/node/functional");
/* START_OF_SYMBOL_DEFINITION sha224WithRSAEncryptionAlgorithm */
/**
* @summary sha224WithRSAEncryptionAlgorithm
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* sha224WithRSAEncryptionAlgorithm ALGORITHM ::= { -- IETF RFC 5754
* PARMS NULL
* IDENTIFIED BY {1 2 840 113549 1 11} }
* ```
*
* @constant
* @type {ALGORITHM<NULL>}
* @implements {ALGORITHM<NULL>}
*/
exports.sha224WithRSAEncryptionAlgorithm = {
class: "ALGORITHM",
decoderFor: {
"&Type": $._decodeNull,
"&DynParms": undefined,
},
encoderFor: {
"&Type": $._encodeNull,
"&DynParms": undefined,
},
"&id": new asn1_ts_1.ObjectIdentifier([
1, 2, 840, 113549, 1, 11,
]) /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */,
"&Type": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */,
"&DynParms": 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */,
};
/* END_OF_SYMBOL_DEFINITION sha224WithRSAEncryptionAlgorithm */
/* eslint-enable */
//# sourceMappingURL=sha224WithRSAEncryptionAlgorithm.oa.js.map