de.flexiprovider.nf.iq.iqdsa
Class IQDSAPrivateKeySpec

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

public class IQDSAPrivateKeySpec
extends java.lang.Object
implements KeySpec

This class provides the specification for IQDSA private keys.


Constructor Summary
IQDSAPrivateKeySpec(IQDSAParameterSpec params, FlexiBigInt a)
          Construct an IQDSA private key specification from the given parameters and integer.
 
Method Summary
 FlexiBigInt getA()
           
 IQDSAParameterSpec getParams()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQDSAPrivateKeySpec

public IQDSAPrivateKeySpec(IQDSAParameterSpec params,
                           FlexiBigInt a)
Construct an IQDSA private key specification from the given parameters and integer.
Parameters:
params - the parameters
a - the integer
Method Detail

getParams

public IQDSAParameterSpec getParams()
Returns:
the parameters

getA

public FlexiBigInt getA()
Returns:
the integer a