MCPcopy Create free account
hub / github.com/apache/orc / logKeyAndIv

Method logKeyAndIv

java/core/src/java/org/apache/orc/impl/OutStream.java:97–102  ·  view source on GitHub ↗
(Object name, Key key, byte[] iv)

Source from the content-addressed store, hash-verified

95 }
96
97 static void logKeyAndIv(Object name, Key key, byte[] iv) {
98 if (iv != null && KEY_LOGGER.isDebugEnabled()) {
99 KEY_LOGGER.debug("Stream: {} Key: {} IV: {}", name,
100 new BytesWritable(key.getEncoded()), new BytesWritable(iv));
101 }
102 }
103
104 /**
105 * Change the current Initialization Vector (IV) for the encryption.

Callers 4

OutStreamMethod · 0.95
changeIvMethod · 0.95
changeIvMethod · 0.95
createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected