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

/openjdk9/jdk/test/java/security/IdentityScope/
H A DNoDefaultSystemScope.java34 IdentityScope s = IdentityScope.getSystemScope();
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DIdentityScope.java37 * <p>An IdentityScope can contain Identity objects of all kinds, including
67 class IdentityScope extends Identity { class in inherits:Identity
72 private static IdentityScope scope;
103 protected IdentityScope() { method in class:IdentityScope
112 public IdentityScope(String name) { method in class:IdentityScope
125 public IdentityScope(String name, IdentityScope scope) method in class:IdentityScope
138 public static IdentityScope getSystemScope() {
163 protected static void setSystemScope(IdentityScope scope) {
165 IdentityScope
[all...]
H A DIdentity.java49 * @see IdentityScope
92 IdentityScope scope;
117 public Identity(String name, IdentityScope scope) throws
149 public final IdentityScope getScope() {
H A DSigner.java88 public Signer(String name, IdentityScope scope)
/openjdk9/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 45 milliseconds