Package pro.gravit.launcher.client
Class RuntimeSecurityService
- java.lang.Object
-
- pro.gravit.launcher.client.RuntimeSecurityService
-
public class RuntimeSecurityService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeSecurityService(JavaFXApplication application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetSecurityState()booleanisMayBeDownloadJava()byte[]sign(byte[] data)voidstartRequest()voidupdate(pro.gravit.launcher.events.request.LauncherRequestEvent result)
-
-
-
Constructor Detail
-
RuntimeSecurityService
public RuntimeSecurityService(JavaFXApplication application)
-
-
Method Detail
-
startRequest
public void startRequest() throws java.io.IOException- Throws:
java.io.IOException
-
getSecurityState
public boolean getSecurityState() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
update
public void update(pro.gravit.launcher.events.request.LauncherRequestEvent result) throws java.io.IOException- Throws:
java.io.IOException
-
sign
public byte[] sign(byte[] data)
-
isMayBeDownloadJava
public boolean isMayBeDownloadJava()
-
-