Class EncryptionKeyResponseWithSignature

java.lang.Object
net.glowstone.net.message.login.EncryptionKeyResponseMessage
net.glowstone.net.message.login.EncryptionKeyResponseWithSignature
All Implemented Interfaces:
com.flowpowered.network.AsyncableMessage, com.flowpowered.network.Message

public final class EncryptionKeyResponseWithSignature extends EncryptionKeyResponseMessage
  • Constructor Details

    • EncryptionKeyResponseWithSignature

      public EncryptionKeyResponseWithSignature(byte[] sharedSecret, long salt, byte[] messageSignature)
  • Method Details