Uses of Interface
com.biglybt.core.security.CryptoHandler
-
Packages that use CryptoHandler Package Description com.biglybt.core.security com.biglybt.core.security.impl com.biglybt.plugin.net.buddy -
-
Uses of CryptoHandler in com.biglybt.core.security
Methods in com.biglybt.core.security that return CryptoHandler Modifier and Type Method Description CryptoHandler
CryptoManager. getECCHandler()
CryptoHandler
CryptoManager. getECCHandler(int instance)
Methods in com.biglybt.core.security with parameters of type CryptoHandler Modifier and Type Method Description void
CryptoManagerKeyListener. keyChanged(CryptoHandler handler)
void
CryptoManagerKeyListener. keyLockStatusChanged(CryptoHandler handler)
-
Uses of CryptoHandler in com.biglybt.core.security.impl
Classes in com.biglybt.core.security.impl that implement CryptoHandler Modifier and Type Class Description class
CryptoHandlerECC
Fields in com.biglybt.core.security.impl declared as CryptoHandler Modifier and Type Field Description private CryptoHandler
CryptoManagerImpl. ecc_handler
Fields in com.biglybt.core.security.impl with type parameters of type CryptoHandler Modifier and Type Field Description private java.util.Map<java.lang.Integer,CryptoHandler>
CryptoManagerImpl. ecc_handlers
Methods in com.biglybt.core.security.impl that return CryptoHandler Modifier and Type Method Description CryptoHandler
CryptoManagerImpl. getECCHandler()
CryptoHandler
CryptoManagerImpl. getECCHandler(int instance)
Methods in com.biglybt.core.security.impl with parameters of type CryptoHandler Modifier and Type Method Description protected void
CryptoManagerImpl. keyChanged(CryptoHandler handler)
protected void
CryptoManagerImpl. lockChanged(CryptoHandler handler)
-
Uses of CryptoHandler in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as CryptoHandler Modifier and Type Field Description private CryptoHandler
BuddyPluginNetwork. ecc_handler
-