Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ setDecryptedKey
Method
setDecryptedKey
java/shims/src/java/org/apache/orc/impl/LocalKey.java:44–46 ·
view source on GitHub ↗
(Key key)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
void
setDecryptedKey(Key key) {
45
decryptedKey = key;
46
}
47
48
public
Key getDecryptedKey() {
49
return
decryptedKey;
Callers
2
LocalKey
Method · 0.95
getDecryptedKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected