mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Fabio Pistolesi
20.29.2016 d8ecac31301960d58a6dc856939a97d709e82773
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);
  }
}