Searched refs:IdentityScope (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/security/IdentityScope/
H A DNoDefaultSystemScope.java34 IdentityScope s = IdentityScope.getSystemScope();
/openjdk7/jdk/src/share/classes/java/security/
H A DIdentityScope.java37 * <p>An IdentityScope can contain Identity objects of all kinds, including
66 class IdentityScope extends Identity { class in inherits:Identity
71 private static IdentityScope scope;
102 protected IdentityScope() { method in class:IdentityScope
111 public IdentityScope(String name) { method in class:IdentityScope
124 public IdentityScope(String name, IdentityScope scope) method in class:IdentityScope
137 public static IdentityScope getSystemScope() {
162 protected static void setSystemScope(IdentityScope scope) {
164 IdentityScope
[all...]
H A DIdentity.java49 * @see IdentityScope
91 IdentityScope scope;
116 public Identity(String name, IdentityScope scope) throws
148 public final IdentityScope getScope() {
H A DSigner.java87 public Signer(String name, IdentityScope scope)
/openjdk7/jdk/test/java/security/Identity/
H A DEqualsHashCodeContract.java38 new MyIdentityScope("IdentityScope"));
40 new MyIdentityScope("IdentityScope"));
70 public MyIdentity(String name, IdentityScope is) throws KeyManagementException {
118 class MyIdentityScope extends IdentityScope {

Completed in 59 milliseconds