Uses of Class
org.apache.parquet.crypto.ParquetCipher
-
Packages that use ParquetCipher Package Description org.apache.parquet.crypto -
-
Uses of ParquetCipher in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto that return ParquetCipher Modifier and Type Method Description static ParquetCipherParquetCipher. valueOf(String name)Returns the enum constant of this type with the specified name.static ParquetCipher[]ParquetCipher. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.crypto with parameters of type ParquetCipher Modifier and Type Method Description FileEncryptionProperties.BuilderFileEncryptionProperties.Builder. withAlgorithm(ParquetCipher parquetCipher)Set encryption algorithm.
-