Class 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbstractScramMessage

        AbstractScramMessage()
    • Method Detail

      • toString

        @NotNull
        public final @NotNull java.lang.String toString()
        String representation of the SCRAM message.
        Overrides:
        toString in class java.lang.Object