Files
PayDirt/node_modules/@azure/keyvault-keys/dist/browser/cryptography/conversions.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

8 lines
297 B
TypeScript

import type { JsonWebKey } from "../keysModels.js";
/**
* @internal
* Encode a JWK to PEM format. To do so, it internally repackages the JWK as a DER
* that is then encoded as a PEM.
*/
export declare function convertJWKtoPEM(key: JsonWebKey): string;
//# sourceMappingURL=conversions.d.ts.map