Uses of Interface
org.apache.orc.EncryptionKey
Packages that use EncryptionKey
Package
Description
-
Uses of EncryptionKey in org.apache.orc
Methods in org.apache.orc that return EncryptionKeyModifier and TypeMethodDescriptionReader.getColumnEncryptionKeys()
Get the list of encryption keys for column encryption.EncryptionVariant.getKeyDescription()
Get the key description for this column. -
Uses of EncryptionKey in org.apache.orc.impl
Methods in org.apache.orc.impl that return EncryptionKey -
Uses of EncryptionKey in org.apache.orc.impl.reader
Classes in org.apache.orc.impl.reader that implement EncryptionKeyModifier and TypeClassDescriptionclass
This tracks the keys for reading encrypted columns.Methods in org.apache.orc.impl.reader with parameters of type EncryptionKeyModifier and TypeMethodDescriptionint
ReaderEncryptionKey.compareTo
(@NotNull EncryptionKey other) -
Uses of EncryptionKey in org.apache.orc.impl.writer
Classes in org.apache.orc.impl.writer that implement EncryptionKeyMethods in org.apache.orc.impl.writer with parameters of type EncryptionKeyModifier and TypeMethodDescriptionint
WriterEncryptionKey.compareTo
(@NotNull EncryptionKey other)