| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.auth.CryptoWindow
public class CryptoWindow
| Nested Class Summary | |
|---|---|
protected static class | 
CryptoWindow.cryptoDialog
 | 
| Nested classes/interfaces inherited from interface com.aelitis.azureus.core.security.CryptoManagerPasswordHandler | 
|---|
CryptoManagerPasswordHandler.passwordDetails | 
| Field Summary | 
|---|
| Fields inherited from interface com.aelitis.azureus.core.security.CryptoManagerPasswordHandler | 
|---|
ACTION_DECRYPT, ACTION_ENCRYPT, ACTION_PASSWORD_SET, HANDLER_TYPE_ALL, HANDLER_TYPE_SYSTEM, HANDLER_TYPE_UNKNOWN, HANDLER_TYPE_USER | 
| Constructor Summary | |
|---|---|
CryptoWindow()
 | 
|
CryptoWindow(boolean stand_alone)
 | 
|
| Method Summary | |
|---|---|
 int | 
getHandlerType()
 | 
 CryptoManagerPasswordHandler.passwordDetails | 
getPassword(int handler_type,
            int action_type,
            boolean last_pw_incorrect,
            java.lang.String reason)
Gets a password  | 
 void | 
passwordOK(int handler_type,
           CryptoManagerPasswordHandler.passwordDetails details)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CryptoWindow()
public CryptoWindow(boolean stand_alone)
| Method Detail | 
|---|
public int getHandlerType()
getHandlerType in interface CryptoManagerPasswordHandler
public CryptoManagerPasswordHandler.passwordDetails getPassword(int handler_type,
                                                                int action_type,
                                                                boolean last_pw_incorrect,
                                                                java.lang.String reason)
CryptoManagerPasswordHandler
getPassword in interface CryptoManagerPasswordHandlerhandler_type - from AESecurityManager.HANDLER_x enumaction_type - from above ACTION_x enumreason - reason for the password being sought
public void passwordOK(int handler_type,
                       CryptoManagerPasswordHandler.passwordDetails details)
passwordOK in interface CryptoManagerPasswordHandler
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||