Package com.ongres.scram.common
Class AbstractScramMessage
- java.lang.Object
-
- com.ongres.scram.common.StringWritable
-
- com.ongres.scram.common.AbstractScramMessage
-
- Direct Known Subclasses:
ClientFinalMessage
,ClientFirstMessage
,ServerFinalMessage
,ServerFirstMessage
abstract class AbstractScramMessage extends StringWritable
Basic implementation of the StringWritable interface, that overrides the toString() method.
-
-
Constructor Summary
Constructors Constructor Description AbstractScramMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.String
toString()
String representation of the SCRAM message.-
Methods inherited from class com.ongres.scram.common.StringWritable
writeTo
-
-