For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.provider
Class DSAParameters

java.lang.Object
  extended byjava.security.AlgorithmParametersSpi
      extended bygnu.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
Throws:
InvalidParameterSpecException

engineInit

public void engineInit(byte[] params)
                throws IOException
Throws:
IOException

engineInit

public void engineInit(byte[] params,
                       String format)
                throws IOException
Throws:
IOException

engineGetParameterSpec

public AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec)
                                              throws InvalidParameterSpecException
Throws:
InvalidParameterSpecException

engineGetEncoded

public byte[] engineGetEncoded()
                        throws IOException
Throws:
IOException

engineGetEncoded

public byte[] engineGetEncoded(String format)
                        throws IOException
Throws:
IOException

engineToString

public String engineToString()

For the latest news and information visit
The GNU Crypto project

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