Package com.swiftmq.auth
Interface ChallengeResponseFactory
- All Known Implementing Classes:
ChallengeResponseFactoryImpl
public interface ChallengeResponseFactory
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
createBytesChallenge
(String password) byte[]
createBytesResponse
(byte[] challenge, String password) createChallenge
(String password) createResponse
(Serializable challenge, String password) boolean
verifyBytesResponse
(byte[] challenge, byte[] response, String password) boolean
verifyResponse
(Serializable challenge, Serializable response, String password)
-
Method Details
-
createChallenge
-
createBytesChallenge
-
createResponse
-
createBytesResponse
-
verifyResponse
-
verifyBytesResponse
-