• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Implementing Licensing model using java

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am a very new-bie in cryptography. I have been asked to present a proposal how licensing model can be implemented to one of our company's product.
I would appreciate if somebody can help me in giving high end solution for this and how can we implement the same using java . I mean what tools and APIs can help in that and the process for the same .
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although is no ready-made solution in Java there are a lot of classes that can help you with that. Can you tell us something more about your product (is it standalone, does it use a server, it is a website, etc...)?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Java-FAQ links to two libraries that help with this, one commercial and one open source.
 
Mayank Batra
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The product is a stand alone which we are planning to provide over web and hence will be kept on server.
I looked into Keytool ,jarfinder, JCA and JCE but I am not getting real through in approach that i should propose.

@utf - can you provide the link for same?
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I looked into Keytool ,jarfinder, JCA and JCE


Any and all of these could at most provide a small piece of the puzzle, so I'm not surprised that they don't suggest a solution.

can you provide the link for same?


It's in the page header of this very page.
 
reply
    Bookmark Topic Watch Topic
  • New Topic