Class Cryptolens

java.lang.Object
io.cryptolens.legacy.Cryptolens

@Deprecated public class Cryptolens extends Object
Deprecated.
The main class that contains methods to verify license keys.
  • Method Details

    • getDefault

      public static Cryptolens getDefault()
      Deprecated.
    • setRSAPublicKey

      public void setRSAPublicKey(String RSAPubKey)
      Deprecated.
      Sets the RSA Public key to verify the response from the server. You can find it here: https://app.cryptolens.io/docs/api/v3/QuickStart#api-key.
    • activate

      public Cryptolens.ActivateResponse activate(String token, int productId, String licenseKey, String machineCode)
      Deprecated.