Interface CryptoSTSEngine
- All Known Implementing Classes:
CryptoSTSEngineImpl
public interface CryptoSTSEngine
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAuth(ByteBuffer message) voidgetKeys(ByteBuffer message) byte[]byte[]voidputAuth(ByteBuffer message) voidputKeys(ByteBuffer message)
-
Method Details
-
getKeys
- Throws:
CryptoManagerException
-
putKeys
- Throws:
CryptoManagerException
-
getAuth
- Throws:
CryptoManagerException
-
putAuth
- Throws:
CryptoManagerException
-
getRemotePublicKey
- Throws:
CryptoManagerException
-