jdk/test/java/security/cert/CertPathBuilder/provider.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
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * @bug  4408997
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 * Used by GetInstance test.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
    permission java.security.SecurityPermission "putProviderProperty.StubProvider";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
};