Interface ClientSASL
-
- All Known Implementing Classes:
SCRAMClientSASL
public interface ClientSASL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getInitialResponse()StringgetName()byte[]getResponse(byte[] challenge)
-
-
-
Method Detail
-
getName
String getName()
-
getInitialResponse
byte[] getInitialResponse()
-
getResponse
byte[] getResponse(byte[] challenge)
-
-