diff options
author | Sergio Giro <sgiro@google.com> | 2016-09-06 14:02:28 +0100 |
---|---|---|
committer | Sergio Giro <sgiro@google.com> | 2016-09-06 14:15:19 +0100 |
commit | 7b78953d6d5688d4a3502999cc37f2aa13256e66 (patch) | |
tree | 474e68c9a3631fc9b3a1a5463e08203b4c1a5be9 /annotations/generate_annotated_java_files.py | |
parent | 604a1b3159c9117de76f1ad1b50f8f6dac879b98 (diff) |
java.security.cert.X509CRL: add new method verify(PublicKey, Provider)
New method introduced in Java 8. This method has a "default" implementation
in order to avoid breaking providers who construct concrete subclasses.
Unfortunately this implementation always results in an infinite loop, and
has thus been changed by an UnsupportedMethodOperation, with a TODO note
as to improve the situation if possible.
java/security/cert/X509CRL: add "default" method
sun/security/x509/X509CRLImpl: add declaration for that particular
implementation
Also, cosmetic changes like:
- use of @code tags instead of <code>
- use of static fields using the class name instead of instance name
This completes the port of this package to jdk8u60.
Bug: 29631070
Bug: 31294527
Test: make droid docs; old-cts run cts --class libcore.java.security.cert.X509CRLTest
Change-Id: Iccdfa3625a9ff2e7b808c22bce59ff75ae903e8a
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions