opendj-sdk/opends/src/server/org/opends/server/schema/SupportedAlgorithmSyntax.java
@@ -227,5 +227,15 @@ // All values will be acceptable for the supported algorithm syntax. return true; } /** * {@inheritDoc} */ public boolean isBinary() { return true; } }