Files
PasswordManager/node_modules/@azure/keyvault-keys/dist/commonjs/cryptography/conversions.d.ts

8 lines
297 B
TypeScript
Raw Normal View History

2025-11-12 10:13:24 -05:00
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