[Minor] Code cleanup

This commit is contained in:
Robert von Burg 2023-09-11 08:51:22 +02:00
parent 492b556089
commit 7b4c399808
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 0 additions and 7 deletions

View File

@ -1,10 +1,5 @@
package li.strolch.privilege.model.internal;
import li.strolch.privilege.helper.XmlConstants;
import li.strolch.utils.helper.StringHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static li.strolch.utils.helper.StringHelper.*;
public class PasswordCrypt {
@ -15,8 +10,6 @@ public class PasswordCrypt {
private final int hashIterations;
private final int hashKeyLength;
private static final Logger logger = LoggerFactory.getLogger(PasswordCrypt.class);
public PasswordCrypt(byte[] password, byte[] salt) {
this.password = password;
this.salt = salt;