Package org.syncany.crypto

Examples of org.syncany.crypto.CipherException


            }
          }
        }

        if (configTO.getTransferSettings() == null) {
          throw new CipherException("Unable to decrypt link.");
        }
      }
      else {
        logger.log(Level.INFO, " - Link is NOT encrypted. No password needed.");
View Full Code Here


      return repoFileStr;
    }
    catch (Exception e) {
      logger.log(Level.INFO, "Invalid password given, or repo file corrupt.", e);
      throw new CipherException("Invalid password given, or repo file corrupt.", e);
    }
  }
View Full Code Here

TOP

Related Classes of org.syncany.crypto.CipherException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.