History log of /libcore/luni/src/test/java/libcore/javax/crypto/spec/AlgorithmParametersTestDSA.java
Revision Date Author Comments
c92b1a7959e22c83b8ead94605a368c09cf18178 21-Jun-2017 Adam Vartanian <flooey@google.com> Add tests for encodings of AlgorithmParameters.

Bug: 62369410
Test: vogar libcore.javax.crypto.spec
Change-Id: Idcd847f4af9b190fd52bee6c711328a74c819989
076562801559fd3619c1eb2aeba8da19331ab6ab 09-Feb-2016 Kenny Root <kroot@google.com> AlgorithmParametersTestDSA: update DSA parameters

Make sure our parameters are always positive by supplying the sign bit
and generate new, larger parameters.

(cherry picked from commit 9012a4ffa6030b7d499035012e867230d496802e)

Bug: 26413503
Change-Id: I4766639eba51ec458e2a12849639fd40c396e904
396175e50f461e14e647a322ec64f9596bec326a 09-Feb-2016 Kenny Root <kroot@google.com> AlgorithmParametersTestDSA: update DSA parameters

Make sure our parameters are always positive by supplying the sign bit
and generate new, larger parameters.

(cherry picked from commit 9012a4ffa6030b7d499035012e867230d496802e)

Bug: 26413503
Change-Id: I4766639eba51ec458e2a12849639fd40c396e904
9012a4ffa6030b7d499035012e867230d496802e 09-Feb-2016 Kenny Root <kroot@google.com> AlgorithmParametersTestDSA: update DSA parameters

Make sure our parameters are always positive by supplying the sign bit
and generate new, larger parameters.

Bug: 26413503
Change-Id: I4766639eba51ec458e2a12849639fd40c396e904
4557728efb66c455a52b7669a8eefef7a9e54854 11-Aug-2010 Jesse Wilson <jessewilson@google.com> Moving tests to be under the libcore.* package.

This is indended to make it easier to run on VMs that restrict the packages
from which application classes can be loaded. For example, on the RI you need
to use the bootclasspath to load these tests.

Change-Id: I52193f35c5fcca18b5a3e1d280505b1e29b388af