Class LicenseWithSignature

java.lang.Object
org.gridgain.internal.license.LicenseWithSignature

public class LicenseWithSignature extends Object
Represents a license with its signature.
  • Method Details

    • parseLicense

      public static LicenseWithSignature parseLicense(com.typesafe.config.Config licenseCfg)
      Creates a license with signature from the given configuration.
    • fromLicense

      public static LicenseWithSignature fromLicense(org.gridgain.internal.license.License license)
      Creates a license without signature.