mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/schema/CertificatePairSyntax.java @@ -227,5 +227,15 @@ // All values will be acceptable for the certificate pair syntax. return true; } /** * {@inheritDoc} */ public boolean isBinary() { return true; } }