public class AlgorithmParametersTestDSA extends AlgorithmParametersTest
Fields Summary
private static final byte[]
P
private static final byte[]
Q
private static final byte[]
G
Constructors Summary
public AlgorithmParametersTestDSA()
super("DSA", new AlgorithmParameterSignatureHelper<DSAParameterSpec>(
"DSA", DSAParameterSpec.class), new DSAParameterSpec(
new BigInteger(P), new BigInteger(Q), new BigInteger(G)));