Package com.biglybt.core.security
Interface CryptoSTSEngine
- All Known Implementing Classes:
CryptoSTSEngineImpl
public interface CryptoSTSEngine
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAuth
(ByteBuffer message) void
getKeys
(ByteBuffer message) byte[]
byte[]
void
putAuth
(ByteBuffer message) void
putKeys
(ByteBuffer message)
-
Method Details
-
getKeys
- Throws:
CryptoManagerException
-
putKeys
- Throws:
CryptoManagerException
-
getAuth
- Throws:
CryptoManagerException
-
putAuth
- Throws:
CryptoManagerException
-
getRemotePublicKey
- Throws:
CryptoManagerException
-