Make AesByesEncryptor public

Fixes: gh-5099
This commit is contained in:
Krzysztof Szmytkowski 2018-11-13 17:25:47 +01:00 committed by Josh Cummings
parent 13de580632
commit b5455b0bec
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 1 deletions

View File

@ -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;