Uses of Interface
com.biglybt.core.security.CryptoSTSEngine
Packages that use CryptoSTSEngine
Package
Description
-
Uses of CryptoSTSEngine in com.biglybt.core.security
Methods in com.biglybt.core.security that return CryptoSTSEngineModifier and TypeMethodDescriptionCryptoHandler.getSTSEngine
(String reason) CryptoHandler.getSTSEngine
(PublicKey public_key, PrivateKey private_key) -
Uses of CryptoSTSEngine in com.biglybt.core.security.impl
Classes in com.biglybt.core.security.impl that implement CryptoSTSEngineModifier and TypeClassDescription(package private) final class
STS authentication protocol using a symmetric 4 message ECDH/ECDSA handshakeMethods in com.biglybt.core.security.impl that return CryptoSTSEngineModifier and TypeMethodDescriptionCryptoHandlerECC.getSTSEngine
(String reason) CryptoHandlerECC.getSTSEngine
(PublicKey public_key, PrivateKey private_key) -
Uses of CryptoSTSEngine in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as CryptoSTSEngine