cebit
Class Reinit

java.lang.Object
  |
  +--cebit.Reinit
All Implemented Interfaces:
java.io.Serializable

public class Reinit
extends java.lang.Object
implements java.io.Serializable

Klasse dient zum Rücksetzen auf einen Anfangszustand. Alle Transaktionen werden gelöscht.

Version:
$Id: Reinit.java,v 1.10 2003/11/05 09:13:51 tk4 Exp $
Author:
Thomas Kriegelstein
See Also:
Serialized Form

Field Summary
protected  psman.data.Certificate[] certs
           
protected  psman.data.Chain[] chains
           
protected  int[] cindexs
           
protected  psman.data.Configuration[] confs
           
protected  psman.data.DataField[] datas
           
protected  psman.data.PseudonymType personal
           
protected  psman.data.Pseudonym[] pseudonyms
           
protected  psman.data.PublicKey[] publickeys
           
protected  psman.data.Rule[][] rules
           
protected  byte[][][] scerts
           
protected  java.lang.String[] schains
           
protected  java.lang.String[][] sconfs
           
protected  byte[][][] sdatas
           
protected  psman.data.SecretKey[] secretkeys
           
protected  psman.data.Certificate[] selfcerts
           
protected  java.lang.String spersonal
           
protected  java.lang.String[] spseudonyms
           
protected  byte[][][] spublickeys
           
protected  java.lang.String[][][] srules
           
protected  byte[][][] ssecretkeys
           
protected  byte[][][] sselfcerts
           
protected  byte[][][] strustcerts
           
protected  java.lang.String strustee
           
protected  java.lang.String[] strustees
           
protected  byte[][][] strustkeys
           
protected  boolean tested
           
protected  psman.data.Certificate[] trustcerts
           
protected  psman.data.Type trustee
           
protected  psman.data.TPartner[] trustees
           
protected  psman.data.PublicKey[] trustkeys
           
 
Constructor Summary
Reinit()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void reinit(java.util.Properties p)
           
 void restore()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spersonal

protected java.lang.String spersonal

personal

protected transient psman.data.PseudonymType personal

spseudonyms

protected java.lang.String[] spseudonyms

pseudonyms

protected transient psman.data.Pseudonym[] pseudonyms

spublickeys

protected byte[][][] spublickeys

publickeys

protected transient psman.data.PublicKey[] publickeys

ssecretkeys

protected byte[][][] ssecretkeys

secretkeys

protected transient psman.data.SecretKey[] secretkeys

strustee

protected java.lang.String strustee

trustee

protected transient psman.data.Type trustee

strustees

protected java.lang.String[] strustees

trustees

protected transient psman.data.TPartner[] trustees

strustkeys

protected byte[][][] strustkeys

trustkeys

protected transient psman.data.PublicKey[] trustkeys

strustcerts

protected byte[][][] strustcerts

trustcerts

protected transient psman.data.Certificate[] trustcerts

scerts

protected byte[][][] scerts

certs

protected transient psman.data.Certificate[] certs

cindexs

protected int[] cindexs

sselfcerts

protected byte[][][] sselfcerts

selfcerts

protected transient psman.data.Certificate[] selfcerts

sconfs

protected java.lang.String[][] sconfs

confs

protected transient psman.data.Configuration[] confs

schains

protected java.lang.String[] schains

chains

protected transient psman.data.Chain[] chains

srules

protected java.lang.String[][][] srules

rules

protected transient psman.data.Rule[][] rules

sdatas

protected byte[][][] sdatas

datas

protected transient psman.data.DataField[] datas

tested

protected transient boolean tested
Constructor Detail

Reinit

public Reinit()
Method Detail

reinit

public void reinit(java.util.Properties p)
            throws java.lang.Exception
java.lang.Exception

restore

public void restore()
             throws java.io.IOException,
                    java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException

save

public void save()
          throws java.io.IOException
java.io.IOException

main

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


Copyright © 2003 DRIM Team. All Rights Reserved.