HomeSort by relevance Sort by last modified time
    Searched defs:IdentityScope (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/security/
IdentityScope.java 24 * {@code IdentityScope} represents a scope for {@link Identity} objects.
31 public abstract class IdentityScope extends Identity {
36 private static IdentityScope systemScope;
39 * Constructs a new instance of {@code IdentityScope}.
41 protected IdentityScope() {
45 * Constructs a new instance of {@code IdentityScope} with the specified
49 * the name of this {@code IdentityScope}.
51 public IdentityScope(String name) {
56 * Constructs a new instance of {@code IdentityScope} with the specified
60 * the name of this {@code IdentityScope}
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignerTest.java 54 Signer s2 = new SignerStub("testToString2", IdentityScope.getSystemScope());
86 * verify Signer(String, IdentityScope) creates instance
89 Signer s = new SignerStub("sss4", IdentityScope.getSystemScope());
92 assertSame(IdentityScope.getSystemScope(), s.getScope());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignerTest.java 25 import java.security.IdentityScope;
62 Signer s2 = new SignerStub("testToString2", IdentityScope.getSystemScope());
99 * verify Signer(String, IdentityScope) creates instance
102 Signer s = new SignerStub("sss4", IdentityScope.getSystemScope());
105 assertSame(IdentityScope.getSystemScope(), s.getScope());
109 Signer s2 = new SignerStub("sss4", IdentityScope.getSystemScope());
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 206 milliseconds