History log of /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/SignatureTest.java
Revision Date Author Comments
31dea2c8203cc0d031634a9c60153bae4631f345 01-Dec-2016 rhed_jao <rhed_jao@htc.com> Fix NPE in Signature getCurrentSpi.

For Signature created by Delegate(SignatureSpi, String) constructor,
lock object is always null. 'getCurrentSpi' function throws NPE
in this case.

Bug: 33383388
Test: vogar SignatureTest
Change-Id: Ibbcf482d805b3c0ffa9ee2b75100041b7a056376
53042109eddd1f3722bf8ffda250c6726f155d95 09-Sep-2016 Sergio Giro <sgiro@google.com> SignatureTest: make the mock MySignature public

Needs to be public as this is checked by the provider class when
providing an instance

Bug: 31387682
Test: run cts --class org.apache.harmony.security.tests.java.security.SignatureTest

Change-Id: Iab669b585febfddfc5de373d58f44baddbf12b53
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni