Update AesBytesEncryptor constructors' javadoc to:
1. mention default IV length and encryption mode,
2. provide links to appropriate constructors that allow users to
specify custom IV and encryption mode.
Related to gh-3879 and gh-9361
pull/9562/head
Prashant Tholia5 years agocommitted byJosh Cummings
@ -55,7 +55,13 @@ public final class AesBytesEncryptor implements BytesEncryptor {
@@ -55,7 +55,13 @@ public final class AesBytesEncryptor implements BytesEncryptor {
@ -67,7 +73,10 @@ public final class AesBytesEncryptor implements BytesEncryptor {
@@ -67,7 +73,10 @@ public final class AesBytesEncryptor implements BytesEncryptor {