jdk/test/java/security/KeyRep/SerialDSAPubKey.policy
author mullan
Mon, 14 Apr 2008 10:25:05 -0400
changeset 476 b23646c026ed
parent 2 90ce3da70b43
permissions -rw-r--r--
6631361: Spec of AccessControlContext constructor is not complete Summary: Add NullPointerException to @throws clause and treat empty array and array of nulls as equivalent Reviewed-by: valeriep
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    permission java.lang.RuntimePermission
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
		"accessClassInPackage.sun.security.provider";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
    permission java.lang.RuntimePermission
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
		"accessClassInPackage.sun.security.x509";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
};