Uses of Class
org.apache.parquet.crypto.ModuleCipherFactory.ModuleType
-
Packages that use ModuleCipherFactory.ModuleType Package Description org.apache.parquet.crypto -
-
Uses of ModuleCipherFactory.ModuleType in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto that return ModuleCipherFactory.ModuleType Modifier and Type Method Description static ModuleCipherFactory.ModuleTypeModuleCipherFactory.ModuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleCipherFactory.ModuleType[]ModuleCipherFactory.ModuleType. 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 ModuleCipherFactory.ModuleType Modifier and Type Method Description static byte[]AesCipher. createModuleAAD(byte[] fileAAD, ModuleCipherFactory.ModuleType moduleType, int rowGroupOrdinal, int columnOrdinal, int pageOrdinal)
-