Class SignJarTask
java.lang.Object
pro.gravit.launchserver.binary.tasks.SignJarTask
- All Implemented Interfaces:
LauncherBuildTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.bouncycastle.cms.CMSSignedDataGeneratorgen(LaunchServerConfig.JarSignerConf config, KeyStore c)getName()voidsign(LaunchServerConfig.JarSignerConf config, Path inputFile, Path signedFile)
-
Constructor Details
-
SignJarTask
-
-
Method Details
-
gen
public static org.bouncycastle.cms.CMSSignedDataGenerator gen(LaunchServerConfig.JarSignerConf config, KeyStore c) -
getName
- Specified by:
getNamein interfaceLauncherBuildTask
-
process
- Specified by:
processin interfaceLauncherBuildTask- Throws:
IOException
-
sign
public void sign(LaunchServerConfig.JarSignerConf config, Path inputFile, Path signedFile) throws IOException- Throws:
IOException
-
allowDelete
public boolean allowDelete()- Specified by:
allowDeletein interfaceLauncherBuildTask
-