Uses of Interface
com.biglybt.core.security.CryptoManagerPasswordHandler.passwordDetails
-
Packages that use CryptoManagerPasswordHandler.passwordDetails Package Description com.biglybt.core.security com.biglybt.ui.swt.auth -
-
Uses of CryptoManagerPasswordHandler.passwordDetails in com.biglybt.core.security
Methods in com.biglybt.core.security that return CryptoManagerPasswordHandler.passwordDetails Modifier and Type Method Description CryptoManagerPasswordHandler.passwordDetails
CryptoManagerPasswordHandler. getPassword(int handler_type, int action_type, boolean last_pw_incorrect, java.lang.String reason)
Gets a passwordMethods in com.biglybt.core.security with parameters of type CryptoManagerPasswordHandler.passwordDetails Modifier and Type Method Description void
CryptoManagerPasswordHandler. passwordOK(int handler_type, CryptoManagerPasswordHandler.passwordDetails details)
-
Uses of CryptoManagerPasswordHandler.passwordDetails in com.biglybt.ui.swt.auth
Methods in com.biglybt.ui.swt.auth that return CryptoManagerPasswordHandler.passwordDetails Modifier and Type Method Description CryptoManagerPasswordHandler.passwordDetails
CryptoWindow. getPassword(int handler_type, int action_type, boolean last_pw_incorrect, java.lang.String reason)
Methods in com.biglybt.ui.swt.auth with parameters of type CryptoManagerPasswordHandler.passwordDetails Modifier and Type Method Description void
CryptoWindow. passwordOK(int handler_type, CryptoManagerPasswordHandler.passwordDetails details)
-