protected static Logger logger = LoggerFactory.getLogger(SSHCredentialWriter.class);
public SSHCredentialWriter(DBUtil dbUtil) throws ApplicationSettingsException {
this.dbUtil = dbUtil;
this.credentialsDAO = new CredentialsDAO(ApplicationSettings.getCredentialStoreKeyStorePath(),
ApplicationSettings.getCredentialStoreKeyAlias(), new DefaultKeyStorePasswordCallback());
}