Package org.apache.orc.impl
Class LocalKey
java.lang.Object
org.apache.orc.impl.LocalKey
Local keys are random keys that are generated for each file and column.
The file's metadata includes the encryptedKey and the reader needs to
use the KeyProvider to get the decryptedKey.
-
Constructor Summary
ConstructorsConstructorDescriptionLocalKey
(EncryptionAlgorithm algorithm, byte[] decryptedKey, byte[] encryptedKey) -
Method Summary
-
Constructor Details
-
LocalKey
-
-
Method Details
-
setDecryptedKey
-
getDecryptedKey
-
getEncryptedKey
public byte[] getEncryptedKey()
-