Searched refs:getScope (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DSigner.java104 if (getScope() != null) {
105 s = s + '[' + getScope().toString() + ']';
H A DIdentity.java220 public final IdentityScope getScope() { method in class:Identity
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScopeTest.java82 assertEquals(scope.getName(), is.getScope().getName());
H A DSignerTest.java105 assertSame(IdentityScope.getSystemScope(), s.getScope());
H A DIdentity2Test.java201 * java.security.Identity#getScope()
206 IdentityScope returnedScope = sub.getScope();
/libcore/luni/src/test/java/tests/java/security/
H A DIdentityTest.java112 assertSame(s, i.getScope());
248 * verify Identity.getScope() returns identity's scope
252 assertNull(i.getScope());
256 assertSame(s, i2.getScope());

Completed in 1117 milliseconds