opendj-server-legacy/src/main/java/org/opends/server/extensions/SHA1PasswordStorageScheme.java
@@ -152,7 +152,9 @@ finally { if (plaintextBytes != null) { Arrays.fill(plaintextBytes, (byte) 0); } } } @@ -194,7 +196,9 @@ finally { if (plaintextBytes != null) { Arrays.fill(plaintextBytes, (byte) 0); } } } @@ -231,7 +235,9 @@ finally { if (plaintextPasswordBytes != null) { Arrays.fill(plaintextPasswordBytes, (byte) 0); } } }