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, org.apache.iceberg.encryption.KeyManagementClient kmsClient) static org.apache.iceberg.encryption.KeyManagementClient
createKmsClient
(Map<String, String> catalogProperties) static EncryptedOutputFile
plainAsEncryptedOutput
(OutputFile encryptingOutputFile)
-
Method Details
-
createKmsClient
-
createEncryptionManager
public static EncryptionManager createEncryptionManager(Map<String, String> tableProperties, org.apache.iceberg.encryption.KeyManagementClient kmsClient) -
plainAsEncryptedOutput
-