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
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongbyte[]byte[]longbyte[]Fields inherited from class pro.gravit.launcher.base.events.RequestEvent
eventUUID, requestUUID -
Constructor Summary
ConstructorsConstructorDescriptionFetchClientProfileKeyRequestEvent(byte[] publicKey, byte[] privateKey, byte[] signature, long expiresAt, long refreshedAfter) FetchClientProfileKeyRequestEvent(PublicKey publicKey, PrivateKey privateKey, byte[] signature, long expiresAt, long refreshedAfter) -
Method Summary
-
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
-