import * as jose from "https://deno.land/x/jose@v3.20.4/util/generate_key_pair.ts";
Functions
Generates a private and a public key for a given JWA algorithm identifier.
This can only generate asymmetric key pairs. For symmetric secrets use the
| |
Generates a private and a public key for a given JWA algorithm identifier.
This can only generate asymmetric key pairs. For symmetric secrets use the
|