diff options
author | Sergio Giro <sgiro@google.com> | 2016-08-04 18:17:15 +0100 |
---|---|---|
committer | Sergio Giro <sgiro@google.com> | 2016-08-04 18:38:13 +0100 |
commit | 941e9ddee0d8f7c46a41aa7492e31d52c60b6940 (patch) | |
tree | 67fa13453722455c7ea2a3eef6388007de2128a8 /annotations/generate_annotated_java_files.py | |
parent | c23e6d95183de350f00235c16bbc5f2c7b98e625 (diff) |
sun.security.pkcs: update classes in sun.security.pkcs
Pulling upstream changes from OpenJDK version jdk8u60 for classes
in sun.security.pkcs
- ContentInfo: use of ObjectIdentifier#equals(Object) instead of
ObjectIdentifier#equals(ObjectIdentifier). The latter is deprecated
and just calls the former, so the change is a no-op
- PKCS7: added methods not used in Android (used only in
sun/security/tools/jarsigned, which we don’t use). Added them commented.
Use of X509CertInfo.ISSUER and X509CertInfo.DN_NAME instead of
CertificateIssuerName.NAME and CertificateIssuerName.DN_NAME, resp.
Both are defined as “issuer” and “d_name”, resp. So the change is a no-op.
- PKCS8Key: changed “this” to “PKCS8” when calling static methods
Also, this commit contains cosmetic JavaDoc changes like
- Use of @code in place of <code> tags.
- Tidied up casts/generics.
- Removal of unnecessary imports.
Note: PKCS9Attribute and SignerInfo include more significant
changes and will be updated in a following CL.
Change-Id: I9d6c63f582c6bc3bb0b8f7edbdca010f7a647d14
Test: make droid docs
Bug: 29631070
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions