Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ getKeyName
Method
getKeyName
java/core/src/java/org/apache/orc/EncryptionKey.java:30–30 ·
view source on GitHub ↗
The name of the key. @return the name
()
Source
from the content-addressed store, hash-verified
28
* @
return
the name
29
*/
30
String getKeyName();
31
32
/**
33
* The version of the key.
Callers
15
buildKeyVersionName
Method · 0.65
createLocalKey
Method · 0.65
decryptLocalKey
Method · 0.65
testEncryptMerge
Method · 0.65
testGetCurrentKeyVersion
Method · 0.65
createLocalKey
Method · 0.65
decryptLocalKey
Method · 0.65
sameKeys
Method · 0.65
sameVariants
Method · 0.65
mergeFiles
Method · 0.65
writeEncryptionKey
Method · 0.65
setupEncryption
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
2
testEncryptMerge
Method · 0.52
testGetCurrentKeyVersion
Method · 0.52