Class VerifySecureLevelKeyResponse

  • All Implemented Interfaces:
    pro.gravit.launcher.request.websockets.WebSocketRequest, WebSocketServerResponse, pro.gravit.utils.TypeSerializeInterface

    public class VerifySecureLevelKeyResponse
    extends SimpleResponse
    • Field Detail

      • publicKey

        public byte[] publicKey
      • signature

        public byte[] signature
    • Constructor Detail

      • VerifySecureLevelKeyResponse

        public VerifySecureLevelKeyResponse()
    • Method Detail

      • getType

        public java.lang.String getType()
      • execute

        public void execute​(io.netty.channel.ChannelHandlerContext ctx,
                            Client client)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception