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

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

Uses of PasswordKey in com.sshtools.ui.swing
 

Fields in com.sshtools.ui.swing declared as PasswordKey
protected static PasswordKey PasswordPairList.PWMGR
           
 

Methods in com.sshtools.ui.swing that return PasswordKey
 PasswordKey PasswordPair.getKey()
          Get the key for the password pair
 

Methods in com.sshtools.ui.swing with parameters of type PasswordKey
 void PasswordPairList.addKey(PasswordKey key, java.lang.String userPassword, boolean persistant, boolean encrypted)
          Add a new password key with a new password.
 PasswordPair PasswordPairList.getPair(PasswordKey key)
          Get a password pair given its key.
 void PasswordPairList.removeKey(PasswordKey key)
          Remove a password pair from the list given its key.
 void PasswordPair.setKey(PasswordKey key)
          Set the key for this password pair
 void PasswordPairList.setKey(PasswordKey key, java.lang.String userPassword, boolean persistant, boolean encrypted)
          Set the supplied PasswordPair and update the password.
 

Constructors in com.sshtools.ui.swing with parameters of type PasswordKey
PasswordPair(PasswordKey key, java.lang.String userPassword, boolean persistant, boolean encrypted)
          Creates a new PasswordPair object.
 



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