br.ufsc.das.util
Class TSConfiguration

java.lang.Object
  extended by TOMConfiguration
      extended by br.ufsc.das.util.TSConfiguration

public class TSConfiguration
extends TOMConfiguration

o caminho do diretorio das configurações deve ser passado em java -Ddepspace.config.dir="CONFIG_HOME"


Constructor Summary
TSConfiguration(int processId, java.lang.String configHome)
          Creates a new instance of TSConfiguration
 
Method Summary
 java.math.BigInteger getGeneratorg()
           
 java.math.BigInteger getGeneratorG()
           
 java.math.BigInteger getGroupPrimeOrder()
           
 java.math.BigInteger[] getPublicKeys()
           
 java.math.BigInteger getSecretKey()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSConfiguration

public TSConfiguration(int processId,
                       java.lang.String configHome)
Creates a new instance of TSConfiguration

Method Detail

getGroupPrimeOrder

public java.math.BigInteger getGroupPrimeOrder()

getGeneratorg

public java.math.BigInteger getGeneratorg()

getGeneratorG

public java.math.BigInteger getGeneratorG()

getPublicKeys

public java.math.BigInteger[] getPublicKeys()

getSecretKey

public java.math.BigInteger getSecretKey()