opendj-server-legacy/src/main/java/org/opends/server/extensions/TripleDESPasswordStorageScheme.java
@@ -128,7 +128,9 @@ finally { if (plaintextBytes != null) { Arrays.fill(plaintextBytes, (byte) 0); } } } @@ -166,7 +168,9 @@ finally { if (plaintextBytes != null) { Arrays.fill(plaintextBytes, (byte) 0); } } return ByteString.valueOf(buffer);