Class CertificateAutogenTask

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.bouncycastle.cert.X509CertificateHolder bcCertificate  
      java.security.cert.X509Certificate certificate  
      org.bouncycastle.cms.CMSSignedDataGenerator signedDataGenerator  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean allowDelete()  
      java.lang.String getName()  
      java.nio.file.Path process​(java.nio.file.Path inputFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • certificate

        public java.security.cert.X509Certificate certificate
      • bcCertificate

        public org.bouncycastle.cert.X509CertificateHolder bcCertificate
      • signedDataGenerator

        public org.bouncycastle.cms.CMSSignedDataGenerator signedDataGenerator
    • Constructor Detail

      • CertificateAutogenTask

        public CertificateAutogenTask​(LaunchServer server)
    • Method Detail

      • process

        public java.nio.file.Path process​(java.nio.file.Path inputFile)
                                   throws java.io.IOException
        Specified by:
        process in interface LauncherBuildTask
        Throws:
        java.io.IOException