java.lang.Object java.security.AlgorithmParametersSpi
AlgorithmParameters
AlgorithmParameterSpec
DSAParameterSpec
public AlgorithmParametersSpi()
protected abstract byte[] engineGetEncoded() throws IOException
protected abstract byte[] engineGetEncoded(String format) throws IOException
protected abstract <T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> paramSpec) throws InvalidParameterSpecException
protected abstract void engineInit(byte[] params) throws IOException
protected abstract void engineInit(byte[] params, String format) throws IOException
protected abstract void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
protected abstract String engineToString()