| opends/src/server/org/opends/server/crypto/CryptoManagerImpl.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/crypto/CryptoManagerImpl.java
@@ -1559,7 +1559,7 @@ this.fKeyID = new KeyEntryID(); this.fSecretKey = new SecretKeySpec(key, algorithm); this.fKeyLengthBits = key.length * Byte.SIZE; this.fKeyLengthBits = keyLengthBits; this.fIsCompromised = false; }