For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.provider
Class DSAParameters

java.lang.Object
  extended by java.security.AlgorithmParametersSpi
      extended by gnu.crypto.pki.provider.DSAParameters

public class DSAParameters
extends AlgorithmParametersSpi


Constructor Summary
DSAParameters()
           
 
Method Summary
 byte[] engineGetEncoded()
           
 byte[] engineGetEncoded(String format)
           
 AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec)
           
 void engineInit(AlgorithmParameterSpec paramSpec)
           
 void engineInit(byte[] params)
           
 void engineInit(byte[] params, String format)
           
 String engineToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAParameters

public DSAParameters()
Method Detail

engineInit

public void engineInit(AlgorithmParameterSpec paramSpec)
                throws InvalidParameterSpecException
Specified by:
engineInit in class AlgorithmParametersSpi
Throws:
InvalidParameterSpecException

engineInit

public void engineInit(byte[] params)
                throws IOException
Specified by:
engineInit in class AlgorithmParametersSpi
Throws:
IOException

engineInit

public void engineInit(byte[] params,
                       String format)
                throws IOException
Specified by:
engineInit in class AlgorithmParametersSpi
Throws:
IOException

engineGetParameterSpec

public AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec)
                                              throws InvalidParameterSpecException
Specified by:
engineGetParameterSpec in class AlgorithmParametersSpi
Throws:
InvalidParameterSpecException

engineGetEncoded

public byte[] engineGetEncoded()
                        throws IOException
Specified by:
engineGetEncoded in class AlgorithmParametersSpi
Throws:
IOException

engineGetEncoded

public byte[] engineGetEncoded(String format)
                        throws IOException
Specified by:
engineGetEncoded in class AlgorithmParametersSpi
Throws:
IOException

engineToString

public String engineToString()
Specified by:
engineToString in class AlgorithmParametersSpi

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.