You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/TransparentEncryption.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ The JCE provider name used in CryptoCodec.
133
133
134
134
Default: `8192`
135
135
136
-
The buffer size used by CryptoInputStream and CryptoOutputStream.
136
+
The buffer size used by CryptoInputStream and CryptoOutputStream. Minimum is 512 bytes; the effective value is floored to the nearest multiple of the cipher algorithm block size.
0 commit comments