Uses of Interface
com.biglybt.core.security.CryptoManagerPasswordHandler
-
Packages that use CryptoManagerPasswordHandler Package Description com.biglybt.core.security com.biglybt.core.security.impl com.biglybt.ui.swt.auth -
-
Uses of CryptoManagerPasswordHandler in com.biglybt.core.security
Methods in com.biglybt.core.security with parameters of type CryptoManagerPasswordHandler Modifier and Type Method Description void
CryptoManager. addPasswordHandler(CryptoManagerPasswordHandler handler)
void
CryptoManager. removePasswordHandler(CryptoManagerPasswordHandler handler)
-
Uses of CryptoManagerPasswordHandler in com.biglybt.core.security.impl
Methods in com.biglybt.core.security.impl with parameters of type CryptoManagerPasswordHandler Modifier and Type Method Description void
CryptoManagerImpl. addPasswordHandler(CryptoManagerPasswordHandler handler)
void
CryptoManagerImpl. removePasswordHandler(CryptoManagerPasswordHandler handler)
-
Uses of CryptoManagerPasswordHandler in com.biglybt.ui.swt.auth
Classes in com.biglybt.ui.swt.auth that implement CryptoManagerPasswordHandler Modifier and Type Class Description class
CryptoWindow
-