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

Fabio Pistolesi
22.30.2016 1a2cdfb5cf5f89348e8fee7ceeaa699d4aa54cea
opendj-server-legacy/src/main/java/org/opends/server/crypto/CryptoManagerImpl.java
@@ -2750,4 +2750,10 @@
  {
    return sslCipherSuites;
  }
  @Override
  public CryptoSuite newCryptoSuite(String cipherTransformation, int cipherKeyLength)
  {
    return new CryptoSuite(this, cipherTransformation, cipherKeyLength);
  }
}