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

Matthew Swift
22.24.2012 45690fbc42773415ef034419ed3f27d2974b78e1
opends/src/server/org/opends/server/util/ServerConstants.java
@@ -573,6 +573,42 @@
  /**
   * The name of the standard attribute that is used to specify the versions of
   * the TLS protocol supported by the server, formatted in camel case.
   */
  public static final String ATTR_SUPPORTED_TLS_PROTOCOLS =
      "supportedTLSProtocols";
  /**
   * The name of the standard attribute that is used to specify the versions of
   * the TLS protocol supported by the server, formatted in lower case.
   */
  public static final String ATTR_SUPPORTED_TLS_PROTOCOLS_LC =
      "supportedtlsprotocols";
  /**
   * The name of the standard attribute that is used to specify the the TLS
   * ciphers supported by the server, formatted in camel case.
   */
  public static final String ATTR_SUPPORTED_TLS_CIPHERS =
      "supportedTLSCiphers";
  /**
   * The name of the standard attribute that is used to specify the the TLS
   * ciphers supported by the server, formatted in lower case.
   */
  public static final String ATTR_SUPPORTED_TLS_CIPHERS_LC =
      "supportedtlsciphers";
  /**
   * The name of the attribute that is used to specify the time that the
   * Directory Server started, formatted in camel case.
   */