Uses of Interface
com.biglybt.core.security.CryptoSTSEngine
-
Packages that use CryptoSTSEngine Package Description com.biglybt.core.security com.biglybt.core.security.impl com.biglybt.pifimpl.local.utils.security -
-
Uses of CryptoSTSEngine in com.biglybt.core.security
Methods in com.biglybt.core.security that return CryptoSTSEngine Modifier and Type Method Description CryptoSTSEngine
CryptoHandler. getSTSEngine(java.lang.String reason)
CryptoSTSEngine
CryptoHandler. getSTSEngine(java.security.PublicKey public_key, java.security.PrivateKey private_key)
-
Uses of CryptoSTSEngine in com.biglybt.core.security.impl
Classes in com.biglybt.core.security.impl that implement CryptoSTSEngine Modifier and Type Class Description (package private) class
CryptoSTSEngineImpl
STS authentication protocol using a symmetric 4 message ECDH/ECDSA handshakeMethods in com.biglybt.core.security.impl that return CryptoSTSEngine Modifier and Type Method Description CryptoSTSEngine
CryptoHandlerECC. getSTSEngine(java.lang.String reason)
CryptoSTSEngine
CryptoHandlerECC. getSTSEngine(java.security.PublicKey public_key, java.security.PrivateKey private_key)
-
Uses of CryptoSTSEngine in com.biglybt.pifimpl.local.utils.security
Fields in com.biglybt.pifimpl.local.utils.security declared as CryptoSTSEngine Modifier and Type Field Description private CryptoSTSEngine
SESTSConnectionImpl. sts_engine
-