Home
last modified time | relevance | path

Searched refs:getScope (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/tests/java/security/
DIdentityTest.java113 assertSame(s, i.getScope()); in testIdentityStringIdentityScope()
255 assertNull(i.getScope()); in testGetScope()
259 assertSame(s, i2.getScope()); in testGetScope()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DIdentityScopeTest.java82 assertEquals(scope.getName(), is.getScope().getName()); in testIdentityScopeStringIdentityScope()
DSignerTest.java107 assertSame(identityScope, s.getScope()); in testSignerStringIdentityScope()
DIdentity2Test.java205 IdentityScope returnedScope = sub.getScope(); in test_getScope()
/libcore/ojluni/src/main/java/java/security/
DIdentity.java149 public final IdentityScope getScope() { in getScope() method in Identity