mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java @@ -498,5 +498,13 @@ } } } /** * Always returns 0, there is no cipher used. * @return Returns 0 always. */ public int getSSF() { return 0; } }