pki
Class Sign

java.lang.Object
  |
  +--pki.Sign

public class Sign
extends java.lang.Object

The sign class does command line person pseudonym certification.

Version:
$Id: Sign.java,v 1.5 2003/12/16 08:36:58 tk4 Exp $
Author:
Thomas Kriegelstein

Field Summary
(package private) static pki.PKICert cert
           
(package private) static pki.PKIDatabase data
           
static java.lang.String dbType
           
static java.lang.String fileDBFileName
           
static java.lang.String keyStoreFileName
           
static java.lang.String keyStorePassword
           
static java.lang.String mysqlDBName
           
static java.lang.String mysqlHost
           
static java.lang.String mysqlPassword
           
static java.lang.String mysqlPort
           
static java.lang.String mysqlUsername
           
static java.lang.String secretKeyPassword
           
(package private) static pki.PKIServer serv
           
 
Constructor Summary
Sign()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
static boolean startCert()
          Starts the certification object.
static boolean startDatabase()
          Starts the database object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyStoreFileName

public static final java.lang.String keyStoreFileName
See Also:
Constant Field Values

secretKeyPassword

public static final java.lang.String secretKeyPassword
See Also:
Constant Field Values

keyStorePassword

public static final java.lang.String keyStorePassword
See Also:
Constant Field Values

dbType

public static final java.lang.String dbType
See Also:
Constant Field Values

fileDBFileName

public static final java.lang.String fileDBFileName
See Also:
Constant Field Values

mysqlHost

public static final java.lang.String mysqlHost
See Also:
Constant Field Values

mysqlPort

public static final java.lang.String mysqlPort
See Also:
Constant Field Values

mysqlDBName

public static final java.lang.String mysqlDBName
See Also:
Constant Field Values

mysqlUsername

public static final java.lang.String mysqlUsername
See Also:
Constant Field Values

mysqlPassword

public static final java.lang.String mysqlPassword
See Also:
Constant Field Values

data

static pki.PKIDatabase data

cert

static pki.PKICert cert

serv

static pki.PKIServer serv
Constructor Detail

Sign

public Sign()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method. Handles commandline options.

java.lang.Exception

startCert

public static boolean startCert()
Starts the certification object.


startDatabase

public static boolean startDatabase()
Starts the database object.



Copyright © 2003 DRIM Team. All Rights Reserved.