Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ getAlgorithm
Method
getAlgorithm
java/core/src/java/org/apache/orc/EncryptionKey.java:42–42 ·
view source on GitHub ↗
The encryption algorithm for this key. @return the encryption algorithm
()
Source
from the content-addressed store, hash-verified
40
* @
return
the encryption algorithm
41
*/
42
EncryptionAlgorithm getAlgorithm();
43
44
/**
45
* The columns that are encrypted with this key.
Callers
15
buildFooterType
Method · 0.65
buildSelectedType
Function · 0.65
printKey
Method · 0.65
LocalKey
Method · 0.65
createLocalKey
Method · 0.65
decryptLocalKey
Method · 0.65
testGetCurrentKeyVersion
Method · 0.65
testGetLocalKey
Method · 0.65
getEncrypted
Method · 0.65
getCompressedEncrypted
Method · 0.65
convertTypeFromProtobuf
Method · 0.65
createLocalKey
Method · 0.65
Implementers
2
ReaderEncryptionKey
java/core/src/java/org/apache/orc/impl
WriterEncryptionKey
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
4
testGetCurrentKeyVersion
Method · 0.52
testGetLocalKey
Method · 0.52
getEncrypted
Method · 0.52
getCompressedEncrypted
Method · 0.52