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

Fabio Pistolesi
09.10.2016 b39b2e326788e1120e680228d726b79cef66e602
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DefaultIndex.java
@@ -324,4 +324,9 @@
  {
    return trusted;
  }
  final boolean isEncrypted()
  {
    return cryptoSuite.isEncrypted();
  }
}