Skip to content

Commit

Permalink
minor fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbafna committed Aug 30, 2023
1 parent f8053a4 commit c115f15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Crypto provider abstractions for encryption and decryption of data. Allows registering multiple providers
* for defining different ways of encrypting or decrypting data.
*
* T - Encryption Metadata
* U - Parsed Encryption Metadata
* T - Encryption Metadata / CryptoContext
* U - Parsed Encryption Metadata / CryptoContext
*/
public interface CryptoHandler<T, U> {

Expand Down

0 comments on commit c115f15

Please sign in to comment.