WEBsina Software

com.websina.tool
Class KeyManager

java.lang.Object
  extended bycom.websina.tool.KeyManager

public class KeyManager
extends java.lang.Object

The class is used to create both the public and private keys and save them to a file for later use. The private key (loaded from the file) is used by the SignManager to create the signature. The public key (hiden in the code) is used by the LicenseManager to verify the signature. This class is used ONLY by the producer.

Since:
1.0

Constructor Summary
KeyManager()
           
 
Method Summary
static void create()
          This method is used to create the private-public key pairs.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyManager

public KeyManager()
Method Detail

create

public static void create()
This method is used to create the private-public key pairs. The keys are appended to a file, with a timestamp.


main

public static void main(java.lang.String[] args)

WEBsina Software