diff options
author | Sergio Giro <sgiro@google.com> | 2016-09-01 16:25:26 +0100 |
---|---|---|
committer | Sergio Giro <sgiro@google.com> | 2016-09-14 20:44:36 +0100 |
commit | f5bc96a829ab45d09452d19e9ce91b298a5dda3d (patch) | |
tree | 660fc797505ec2144b1249274ac3b756e3ed3c49 /annotations/generate_annotated_java_files.py | |
parent | 772b2b85f51e424ccf62178e41303e21747663d6 (diff) |
java.security.Signature: port this class to jdk8u60
- Added checks of non-null array, length and offset parameters in
methods sign, verify. In update, now these checks are performed
after checking the state, so in case of wrong parameters and wrong
state it will now throw SignatureException instead of
IllegalArgumentException
- Changes of <code> tags to @code
- Use of constant time comparison from MessageDigest when
checking signatures
Bug: 29631070
Test: ran cts for libcore.java.security.SignatureTest, android.keystore.cts.SignatureTest, android.content.pm.cts.SignatureTest, org.apache.harmony.security.tests.java.security.SignatureTest
Change-Id: I7ecd8756d8c4bc9e7972f804f2b0eb9200203d20
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions