de.flexiprovider.nf.iq.iqgq
Class IQGQPrivateKeySpec

java.lang.Object
  |
  +--de.flexiprovider.nf.iq.iqgq.IQGQPrivateKeySpec
All Implemented Interfaces:
KeySpec, java.security.spec.KeySpec

public class IQGQPrivateKeySpec
extends java.lang.Object
implements KeySpec


Constructor Summary
IQGQPrivateKeySpec(IQGQParameterSpec params, QuadraticIdeal theta, FlexiBigInt exponent)
           
 
Method Summary
 FlexiBigInt getExponent()
           
 IQGQParameterSpec getParams()
           
 QuadraticIdeal getTheta()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQGQPrivateKeySpec

public IQGQPrivateKeySpec(IQGQParameterSpec params,
                          QuadraticIdeal theta,
                          FlexiBigInt exponent)
Method Detail

getParams

public IQGQParameterSpec getParams()

getTheta

public QuadraticIdeal getTheta()

getExponent

public FlexiBigInt getExponent()