--- old/src/java.base/share/classes/java/security/SecurityPermission.java 2017-05-05 15:25:54.739938907 -0700 +++ new/src/java.base/share/classes/java/security/SecurityPermission.java 2017-05-05 15:25:54.611933318 -0700 @@ -45,12 +45,16 @@ * target names, and for each provides a description of what the permission * allows and a discussion of the risks of granting code the permission. * - * + *
+ * + * * * * * * + * + * * * * @@ -196,6 +200,7 @@ * described under the "removeProvider.{provider name}" permission. * * + * *
target name, what the permission allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
authProvider.{provider name}
* *

@@ -204,13 +209,17 @@ * {@link IdentityScope}, {@link Signer}. Use of them is discouraged. See the * applicable classes for more information. * - * + *
+ * + * * * * * * + * * + * * * * @@ -308,6 +317,7 @@ * data encrypted under that session key. * * + * *
target name, what the permission allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
insertProvider.{provider name}Addition of a new provider, with the specified name
* * @implNote