UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

11 lines 603 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rSASSA_PSS_Default_Identifier = void 0; const AlgorithmIdentifier_ta_1 = require("x500-ts/dist/node/modules/AuthenticationFramework/AlgorithmIdentifier.ta"); const id_RSASSA_PSS_va_1 = require("../PKCS-1/id-RSASSA-PSS.va"); exports.rSASSA_PSS_Default_Identifier = AlgorithmIdentifier_ta_1.AlgorithmIdentifier._from_object({ algorithm: id_RSASSA_PSS_va_1.id_RSASSA_PSS, parameters: undefined, _unrecognizedExtensionsList: undefined, }); //# sourceMappingURL=rSASSA-PSS-Default-Identifier.va.js.map