mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Make AesByesEncryptor public
Fixes: gh-5099
This commit is contained in:
parent
13de580632
commit
b5455b0bec
@ -41,7 +41,7 @@ import org.springframework.security.crypto.keygen.KeyGenerators;
|
||||
* @author Keith Donald
|
||||
* @author Dave Syer
|
||||
*/
|
||||
final class AesBytesEncryptor implements BytesEncryptor {
|
||||
public final class AesBytesEncryptor implements BytesEncryptor {
|
||||
|
||||
private final SecretKey secretKey;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user