gnu.crypto.pki.provider
Class DSAParameters
java.lang.Object
java.security.AlgorithmParametersSpi
gnu.crypto.pki.provider.DSAParameters
- public class DSAParameters
- extends AlgorithmParametersSpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAParameters
public DSAParameters()
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()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.