Skip to content
Snippets Groups Projects

#664 Test JWK Generator

Merged Martin Vogel requested to merge feature/664-test-cert-generator into main
3 files
+ 29
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -34,7 +34,7 @@ import java.util.UUID;
/**
* JWK Test Key Generator.
* <p>
* Generates public and private keys for encryption and signing with.
* Generates key pairs of public and private keys for encryption and signing.
*/
public class JWKGenerator {
Loading