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 TypeMethodDescriptionvoidCryptoManagerKeyListener.keyChanged(CryptoHandler handler) voidCryptoManagerKeyListener.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_handlersMethods 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 voidCryptoManagerImpl.keyChanged(CryptoHandler handler) protected voidCryptoManagerImpl.lockChanged(CryptoHandler handler) -
Uses of CryptoHandler in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as CryptoHandler