| Package | Description |
|---|---|
| org.apache.parquet.crypto |
| Modifier and Type | Method and Description |
|---|---|
static AesMode |
AesMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockCipher.Decryptor |
ModuleCipherFactory.getDecryptor(AesMode mode,
byte[] keyBytes) |
static BlockCipher.Encryptor |
ModuleCipherFactory.getEncryptor(AesMode mode,
byte[] keyBytes) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.