public class VersionManagement extends Object
| Constructor and Description |
|---|
VersionManagement() |
| Modifier and Type | Method and Description |
|---|---|
static void |
downloadAndReplace(String file,
String download_url) |
static String |
getSHA512_URL(String url) |
static String |
getSHA512(File file) |
public static String getSHA512(File file) throws IOException, NoSuchAlgorithmException
IOExceptionNoSuchAlgorithmExceptionpublic static void downloadAndReplace(String file, String download_url) throws IOException
IOExceptionpublic static String getSHA512_URL(String url) throws IOException, NoSuchAlgorithmException, KeyManagementException
Copyright © 2021. All rights reserved.