License3j-API
    License3j-API
    • Create a fresh license in memory
      POST
    • Show the license available in memory
      GET
    • Upload a license file to memory
      POST
    • Add feature to a license
      POST
    • Generate Private and Public Key Pair
      POST
    • Download Generated Keys
      GET
    • Upload a private key to memory
      POST
    • Upload a public key to memory
      POST
    • Dump Public Key
      GET
    • Sign the license
      POST
    • Verify license signature
      GET
    • Download Signed License
      GET
    • Check if a license is loaded in memory
      GET
    • Check if a license requires signing
      GET
    • Check if a license requires saving
      GET
    • Check if a private key is loaded in memory
      GET
    • Check if a public key is loaded in memory
      GET
    • API Status
      GET
    • Get Session ID
      GET

      Generate Private and Public Key Pair

      POST
      https://license3j-api.onrender.com/api/key/generatekeys
      Last modified:2025-05-28 06:43:04
      Maintainer:Not configured
      This will generate the private and public keys you will need to sign and verify your license. The generated keys will be stored in memory. If you upload a private or a public key from a file, the keys in memory will be overriden by the keys loaded from the files.

      Request

      Query Params

      Responses

      🟢200Success
      application/json
      Body

      🔴500Cipher Unavailable
      🟠400Unsupported Cipher Sizes
      🟠400Empty Cipher Field
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://license3j-api.onrender.com/api/key/generatekeys?cipher=RSA/ECB/PKCS1Padding&size=1024'
      Response Response Example
      200 - Success
      {"status":"Keys have been generated in memory. Download and save them to a secure location if you plan to use them for signing a license"}
      Modified at 2025-05-28 06:43:04
      Previous
      Add feature to a license
      Next
      Download Generated Keys
      Built with