idman.util
Class KeyProvider

java.lang.Object
  |
  +--idman.util.KeyProvider
All Implemented Interfaces:
java.lang.Runnable

public class KeyProvider
extends java.lang.Object
implements java.lang.Runnable

Klasse zur Asynchronen Erzeugung von DSA und RSA Schlüsseln.

Version:
$Id: KeyProvider.java,v 1.6 2003/10/17 07:34:41 tk4 Exp $
Author:
Thomas Kriegelstein

Field Summary
(package private) static int BUFFER
           
static boolean debug
           
(package private) static java.lang.Thread dsaThread
           
(package private) static java.util.Vector dsaVector
           
(package private) static java.lang.Thread rsaThread
           
(package private) static java.util.Vector rsaVector
           
 
Constructor Summary
KeyProvider()
           
 
Method Summary
static java.security.KeyPair getDSAPair()
           
static java.security.KeyPair getRSAPair()
           
 void run()
           
static void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rsaThread

static java.lang.Thread rsaThread

dsaThread

static java.lang.Thread dsaThread

rsaVector

static java.util.Vector rsaVector

dsaVector

static java.util.Vector dsaVector

BUFFER

static int BUFFER

debug

public static boolean debug
Constructor Detail

KeyProvider

public KeyProvider()
Method Detail

start

public static void start()

getRSAPair

public static java.security.KeyPair getRSAPair()

getDSAPair

public static java.security.KeyPair getDSAPair()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2003 DRIM Team. All Rights Reserved.