@azure/keyvault-keys
Version:
Isomorphic client library for Azure KeyVault's keys.
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