Class CertificateAutogenTask
- java.lang.Object
-
- pro.gravit.launchserver.binary.tasks.CertificateAutogenTask
-
- All Implemented Interfaces:
LauncherBuildTask
public class CertificateAutogenTask extends java.lang.Object implements LauncherBuildTask
-
-
Field Summary
Fields Modifier and Type Field Description org.bouncycastle.cert.X509CertificateHolderbcCertificatejava.security.cert.X509Certificatecertificateorg.bouncycastle.cms.CMSSignedDataGeneratorsignedDataGenerator
-
Constructor Summary
Constructors Constructor Description CertificateAutogenTask(LaunchServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowDelete()java.lang.StringgetName()java.nio.file.Pathprocess(java.nio.file.Path inputFile)
-
-
-
Constructor Detail
-
CertificateAutogenTask
public CertificateAutogenTask(LaunchServer server)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceLauncherBuildTask
-
process
public java.nio.file.Path process(java.nio.file.Path inputFile) throws java.io.IOException- Specified by:
processin interfaceLauncherBuildTask- Throws:
java.io.IOException
-
allowDelete
public boolean allowDelete()
- Specified by:
allowDeletein interfaceLauncherBuildTask
-
-