| Package | Description | 
|---|---|
| org.apache.orc | |
| org.apache.orc.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| static EncryptionAlgorithm | EncryptionAlgorithm. fromSerialization(int serialization)Get the serialization code for this enumeration. | 
| static EncryptionAlgorithm | EncryptionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EncryptionAlgorithm[] | EncryptionAlgorithm. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| EncryptionAlgorithm | HadoopShims.KeyMetadata. getAlgorithm()Get the encryption algorithm for this key. | 
| Constructor and Description | 
|---|
| KeyMetadata(String key,
           int version,
           EncryptionAlgorithm algorithm) | 
| LocalKey(EncryptionAlgorithm algorithm,
        byte[] decryptedKey,
        byte[] encryptedKey) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.