Skip to content

Commit

Permalink
rm unneccesary unil function
Browse files Browse the repository at this point in the history
  • Loading branch information
ggershinsky committed Dec 21, 2023
1 parent d24488a commit 8911280
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ public class EncryptionUtil {

private EncryptionUtil() {}

public static EncryptionKeyMetadata createKeyMetadata(ByteBuffer key, ByteBuffer aadPrefix) {
return new StandardKeyMetadata(key.array(), aadPrefix.array());
}

public static KeyManagementClient createKmsClient(Map<String, String> catalogProperties) {
String kmsType = catalogProperties.get(CatalogProperties.ENCRYPTION_KMS_TYPE);
String kmsImpl = catalogProperties.get(CatalogProperties.ENCRYPTION_KMS_IMPL);
Expand Down

0 comments on commit 8911280

Please sign in to comment.