Skip to content

Commit

Permalink
link to factory class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Dec 15, 2024
1 parent 5f4cf49 commit 730fd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ final byte[] sig = signingService.sign("Hello World".getBytes(StandardCharsets.U

### Factory

[GoogleKMSClientFactory]()
[GoogleKMSClientFactory](https://github.com/sava-software/kms/blob/main/google_kms/src/main/java/software/sava/kms/google/GoogleKMSClientFactory.java#L16)

#### Create directly

```json
```java
GoogleKMSClientFactory.createService(
Executors.newVirtualThreadPerTaskExecutor(),
KeyManagementServiceClient.create(),
Expand Down

0 comments on commit 730fd08

Please sign in to comment.