Class FetchClientProfileKeyRequestEvent

java.lang.Object
pro.gravit.launcher.base.events.RequestEvent
pro.gravit.launcher.base.events.request.FetchClientProfileKeyRequestEvent
All Implemented Interfaces:
WebSocketEvent, pro.gravit.utils.TypeSerializeInterface

public class FetchClientProfileKeyRequestEvent extends RequestEvent
  • Field Details

    • publicKey

      public byte[] publicKey
    • privateKey

      public byte[] privateKey
    • signature

      public byte[] signature
    • expiresAt

      public long expiresAt
    • refreshedAfter

      public long refreshedAfter
  • Constructor Details

    • FetchClientProfileKeyRequestEvent

      public FetchClientProfileKeyRequestEvent(byte[] publicKey, byte[] privateKey, byte[] signature, long expiresAt, long refreshedAfter)
    • FetchClientProfileKeyRequestEvent

      public FetchClientProfileKeyRequestEvent(PublicKey publicKey, PrivateKey privateKey, byte[] signature, long expiresAt, long refreshedAfter)
  • Method Details

    • getType

      public String getType()