de.flexiprovider.pqc.tss
Class TSSParameterSpec

java.lang.Object
  |
  +--de.flexiprovider.pqc.tss.TSSParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec, java.security.spec.AlgorithmParameterSpec

public class TSSParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec


Constructor Summary
TSSParameterSpec(int n, long p)
           
 
Method Summary
 java.util.Vector generateA()
           
 TSSHashFunction getHFunction()
           
 int getM()
           
 int getN()
           
 long getP()
           
 TSSPrivateKey getPrivateKey()
           
 TSSPublicKey getPublicKey()
           
 TSSPolynomial getRefGFP()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSParameterSpec

public TSSParameterSpec(int n,
                        long p)
Method Detail

generateA

public java.util.Vector generateA()

getHFunction

public TSSHashFunction getHFunction()

getM

public int getM()

getN

public int getN()

getP

public long getP()

getPrivateKey

public TSSPrivateKey getPrivateKey()

getPublicKey

public TSSPublicKey getPublicKey()

getRefGFP

public TSSPolynomial getRefGFP()