org.metastatic.rsync.v2
Class Secrets

java.lang.Object
  |
  +--org.metastatic.rsync.v2.Secrets

public class Secrets
extends Object


Constructor Summary
Secrets(String filename)
           
 
Method Summary
 void destroy()
           
 char[] getPassword(String alias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Secrets

public Secrets(String filename)
        throws IOException
Method Detail

getPassword

public char[] getPassword(String alias)

destroy

public void destroy()