Package org.apache.iceberg.encryption
Class EncryptionUtil
java.lang.Object
org.apache.iceberg.encryption.EncryptionUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionManager
createEncryptionManager
(Map<String, String> tableProperties, KeyManagementClient kmsClient) Deprecated.static KeyManagementClient
createKmsClient
(Map<String, String> catalogProperties) static EncryptedOutputFile
plainAsEncryptedOutput
(OutputFile encryptingOutputFile)
-
Method Details
-
createKmsClient
-
createEncryptionManager
@Deprecated public static EncryptionManager createEncryptionManager(Map<String, String> tableProperties, KeyManagementClient kmsClient) Deprecated.will be removed in 1.11.0; usecreateEncryptionManager(List, Map, KeyManagementClient)
instead.Create a standard encryption manager. -
plainAsEncryptedOutput
-
createEncryptionManager(List, Map, KeyManagementClient)
instead.