java.lang.Object
it.auties.whatsapp.model.signal.auth.ServerHello
All Implemented Interfaces:
it.auties.protobuf.base.ProtobufMessage

public class ServerHello extends Object implements it.auties.protobuf.base.ProtobufMessage
  • Constructor Details

    • ServerHello

      public ServerHello(byte[] ephemeral, byte[] staticText, byte[] payload)
  • Method Details

    • builder

      public static ServerHello.ServerHelloBuilder builder()
    • ephemeral

      public byte[] ephemeral()
    • staticText

      public byte[] staticText()
    • payload

      public byte[] payload()
    • ephemeral

      public ServerHello ephemeral(byte[] ephemeral)
      Returns:
      this.
    • staticText

      public ServerHello staticText(byte[] staticText)
      Returns:
      this.
    • payload

      public ServerHello payload(byte[] payload)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object