فهرست منبع

Make AesByesEncryptor public

Fixes: gh-5099
Krzysztof Szmytkowski 6 سال پیش
والد
کامیت
b5455b0bec
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      crypto/src/main/java/org/springframework/security/crypto/encrypt/AesBytesEncryptor.java

+ 1 - 1
crypto/src/main/java/org/springframework/security/crypto/encrypt/AesBytesEncryptor.java

@@ -41,7 +41,7 @@ import org.springframework.security.crypto.keygen.KeyGenerators;
  * @author Keith Donald
  * @author Keith Donald
  * @author Dave Syer
  * @author Dave Syer
  */
  */
-final class AesBytesEncryptor implements BytesEncryptor {
+public final class AesBytesEncryptor implements BytesEncryptor {
 
 
 	private final SecretKey secretKey;
 	private final SecretKey secretKey;