MCPcopy 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

LocalKeyMethod · 0.95
getDecryptedKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected