Skip to content

Commit b5455b0

Browse files
ksdev-pljzheaux
authored andcommitted
Make AesByesEncryptor public
Fixes: spring-projectsgh-5099
1 parent 13de580 commit b5455b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/src/main/java/org/springframework/security/crypto/encrypt/AesBytesEncryptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Keith Donald
4242
* @author Dave Syer
4343
*/
44-
final class AesBytesEncryptor implements BytesEncryptor {
44+
public final class AesBytesEncryptor implements BytesEncryptor {
4545

4646
private final SecretKey secretKey;
4747

0 commit comments

Comments
 (0)