Uses of Enum Class
org.apache.orc.EncryptionAlgorithm
Packages that use EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in org.apache.orc
Methods in org.apache.orc that return EncryptionAlgorithmModifier and TypeMethodDescriptionstatic EncryptionAlgorithm
EncryptionAlgorithm.fromSerialization
(int serialization) Get the serialization code for this enumeration.static EncryptionAlgorithm
Returns the enum constant of this class with the specified name.static EncryptionAlgorithm[]
EncryptionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EncryptionAlgorithm in org.apache.orc.impl
Methods in org.apache.orc.impl that return EncryptionAlgorithmModifier and TypeMethodDescriptionHadoopShims.KeyMetadata.getAlgorithm()
Get the encryption algorithm for this key.Constructors in org.apache.orc.impl with parameters of type EncryptionAlgorithmModifierConstructorDescriptionKeyMetadata
(String key, int version, EncryptionAlgorithm algorithm) LocalKey
(EncryptionAlgorithm algorithm, byte[] decryptedKey, byte[] encryptedKey)