sun.security.util.Resources: port this class from jdk8u60

In the upstream code, strings used by jarsigner, policytool
and keytool were moved to the Resources classes in those packages
(sun.security.tools.X). Those packages are not present in Android, so
the net effect is that those strings are just deleted from this class.

A few strings that are used somewhere else (eg. NEWLINE) were moved
upstream to a different place in the list.

Bug: 29631070
Test: make droid
Change-Id: I3a6d1c121fe3bc30e245f22aae5d640a2e61cf51
1 file changed