opendj-server-legacy/src/main/java/org/opends/server/crypto/CryptoManagerImpl.java
@@ -2752,8 +2752,8 @@ } @Override public CryptoSuite newCryptoSuite(String cipherTransformation, int cipherKeyLength) public CryptoSuite newCryptoSuite(String cipherTransformation, int cipherKeyLength, boolean encrypt) { return new CryptoSuite(this, cipherTransformation, cipherKeyLength); return new CryptoSuite(this, cipherTransformation, cipherKeyLength, encrypt); } }