Uses of Class
com.sshtools.ui.swing.PasswordPair

Packages that use PasswordPair
com.sshtools.ui.swing General Swing user interface utilities.
 
 

Uses of PasswordPair in com.sshtools.ui.swing
 

Methods in com.sshtools.ui.swing that return PasswordPair
 PasswordPair PasswordPairList.getPair(PasswordKey key)
          Get a password pair given its key.
 PasswordPair PasswordPairList.getPasswordPairAt(int r)
          Get a PasswordPair at a given index in the list
 

Methods in com.sshtools.ui.swing with parameters of type PasswordPair
 void PasswordPairList.addPair(PasswordPair pair)
          Add a new password pair to the list.
 void PersistantAuthenticator.removePassword(PasswordPair pair)
          Remove a password pair from the list.
 void PasswordPairList.setPair(PasswordPair pair)
          Set the supplied PasswordPair.
 



Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.