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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/crypto/CryptoManagerImpl.java
@@ -1379,7 +1379,7 @@
      return fValue.hashCode();
    }
    // state
    /** State. */
    private final UUID fValue;
  }
@@ -1532,7 +1532,7 @@
      return fIsCompromised;
    }
    // state
    /** State. */
    private final KeyEntryID fKeyID;
    private final SecretKey fSecretKey;
    private final int fKeyLengthBits;
@@ -1982,7 +1982,7 @@
      return fIVLengthBits;
    }
    // state
    /** State. */
    private final String fType;
    private int fIVLengthBits = -1;
  }
@@ -2434,7 +2434,7 @@
      return fType;
    }
    // state
    /** State. */
    private final String fType;
  }