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

vharseko
13.04.2020 9dbff0de7ceda39e2b856d7c467089a578561d98
FIX comments after change SHA signature
1 files modified
4 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/util/Platform.java 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/util/Platform.java
@@ -83,10 +83,10 @@
  /** Key size, key algorithm and signature algorithms used. */
  public static enum KeyType
  {
    /** RSA key algorithm with 2048 bits size and SHA1withRSA signing algorithm. */
    /** RSA key algorithm with 2048 bits size and SHA256withRSA signing algorithm. */
    RSA("rsa", 2048, "SHA256WithRSA"),
    /** Elliptic Curve key algorithm with 233 bits size and SHA1withECDSA signing algorithm. */
    /** Elliptic Curve key algorithm with 233 bits size and SHA256withECDSA signing algorithm. */
    EC("ec", 256, "SHA256withECDSA");
    /** Default key type used when none can be determined. */