Package org.apache.iceberg.encryption
Class EncryptionUtil
java.lang.Object
org.apache.iceberg.encryption.EncryptionUtil
- 
Method SummaryModifier and TypeMethodDescriptionstatic EncryptionManagercreateEncryptionManager(Map<String, String> tableProperties, KeyManagementClient kmsClient) Deprecated.static KeyManagementClientcreateKmsClient(Map<String, String> catalogProperties) static EncryptedOutputFileplainAsEncryptedOutput(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.