Uses of Class
org.apache.parquet.crypto.AesMode
-
Packages that use AesMode Package Description org.apache.parquet.crypto -
-
Uses of AesMode in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto that return AesMode Modifier and Type Method Description static AesModeAesMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AesMode[]AesMode. 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 AesMode Modifier and Type Method Description static BlockCipher.DecryptorModuleCipherFactory. getDecryptor(AesMode mode, byte[] keyBytes)static BlockCipher.EncryptorModuleCipherFactory. getEncryptor(AesMode mode, byte[] keyBytes)
-