MCPcopy 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

buildFooterTypeMethod · 0.65
buildSelectedTypeFunction · 0.65
printKeyMethod · 0.65
LocalKeyMethod · 0.65
createLocalKeyMethod · 0.65
decryptLocalKeyMethod · 0.65
testGetLocalKeyMethod · 0.65
getEncryptedMethod · 0.65
createLocalKeyMethod · 0.65

Implementers 2

ReaderEncryptionKeyjava/core/src/java/org/apache/orc/impl
WriterEncryptionKeyjava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 4

testGetLocalKeyMethod · 0.52
getEncryptedMethod · 0.52