9596979899100101102103104105
throw new PasswordRetrievalException("Unsupported encoding 'UTF-8' specified"); } } finally { try { fileLock.release(); } catch (Exception ex) { Logger.getLogger(WindowsDPAPIBackend.class.getName()).log(Level.SEVERE, null, ex); } } }
153154155156157158159160161162163
// savePasswordEnetires(entries); } finally { try { fileLock.release(); } catch (Exception ex) { Logger.getLogger(WindowsDPAPIBackend.class.getName()).log(Level.SEVERE, null, ex); } } }