Skip to content

Commit

Permalink
formats
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaspasic committed Sep 1, 2023
1 parent 000ca83 commit 49c88ce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public interface KeysetStore {
* To create a new {@link Keyset} you would need to specify the identifier of the
* {@link KeyEncryptionKey} that should be used to create one along with the name of
* the {@link KeyEncryptionKeyProvider} that manages the {@literal KEK}.
*
* @param provider key encryption key provider name that manages the KEK, can't be
* {@literal null}
* @param kek key encryption key used to wrap or unwrap the private key material,
Expand All @@ -129,7 +128,6 @@ default Keyset create(@NonNull String provider, @NonNull String kek, @NonNull Ke
* To create a new {@link Keyset} you would need to specify the identifier of the
* {@link KeyEncryptionKey} that should be used to create one along with the name of
* the {@link KeyEncryptionKeyProvider} that manages the {@literal KEK}.
*
* @param kek key encryption key used to wrap or unwrap the private key material,
* can't be {@literal null}.
* @param definition definition to be used when creating a new keyset, can't be
Expand Down

0 comments on commit 49c88ce

Please sign in to comment.