Package com.tbg.wms.cli.gui
Class InstallerVerificationService
java.lang.Object
com.tbg.wms.cli.gui.InstallerVerificationService
Verifies downloaded installer assets against published SHA-256 checksum sidecars.
Hashing is streamed from disk instead of loading the whole installer into memory so large packaged releases can be verified without avoidable heap spikes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InstallerVerificationService
-
-
Method Details
-
verifyInstaller
public void verifyInstaller(Path installerPath, String checksumUrl) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-