Uses of Interface
com.biglybt.core.security.CryptoHandler
Packages that use CryptoHandler
Package
Description
-
Uses of CryptoHandler in com.biglybt.core.security
Methods in com.biglybt.core.security that return CryptoHandlerModifier and TypeMethodDescriptionCryptoManager.getECCHandler()
CryptoManager.getECCHandler
(int instance) Methods in com.biglybt.core.security with parameters of type CryptoHandlerModifier and TypeMethodDescriptionvoid
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 CryptoHandlerFields in com.biglybt.core.security.impl declared as CryptoHandlerFields in com.biglybt.core.security.impl with type parameters of type CryptoHandlerModifier and TypeFieldDescriptionprivate final Map
<Integer, CryptoHandler> CryptoManagerImpl.ecc_handlers
Methods in com.biglybt.core.security.impl that return CryptoHandlerModifier and TypeMethodDescriptionCryptoManagerImpl.getECCHandler()
CryptoManagerImpl.getECCHandler
(int instance) Methods in com.biglybt.core.security.impl with parameters of type CryptoHandlerModifier and TypeMethodDescriptionprotected 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