Uses of Record Class
it.auties.whatsapp.model.signal.auth.ClientFinish
Packages that use ClientFinish
-
Uses of ClientFinish in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as ClientFinishModifier and TypeFieldDescriptionprivate final ClientFinishHandshakeMessage.clientFinishThe field for theclientFinishrecord component.private ClientFinishHandshakeMessageBuilder.clientFinishMethods in it.auties.whatsapp.model.signal.auth that return ClientFinishModifier and TypeMethodDescriptionClientFinishBuilder.build()HandshakeMessage.clientFinish()Returns the value of theclientFinishrecord component.static ClientFinishClientFinishSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.signal.auth with parameters of type ClientFinishModifier and TypeMethodDescriptionHandshakeMessageBuilder.clientFinish(ClientFinish clientFinish) static byte[]ClientFinishSpec.encode(ClientFinish protoInputObject) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type ClientFinishModifierConstructorDescriptionHandshakeMessage(ClientHello clientHello, ServerHello serverHello, ClientFinish clientFinish) Creates an instance of aHandshakeMessagerecord class.