HomeSort by relevance Sort by last modified time
    Searched defs:identities (Results 1 - 25 of 37) sorted by null

1 2

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
IdentityScopeStub.java 110 * @see java.security.IdentityScope#identities()
112 public Enumeration identities() { method in class:IdentityScopeStub
SystemScope.java 45 // Identities hash: key is the identity name
48 // Identities hash: key is the public key
155 * @see java.security.IdentityScope#identities()
157 public Enumeration identities() { method in class:SystemScope
  /libcore/ojluni/src/main/java/java/security/
IdentityScope.java 34 * <p>This class represents a scope for identities. It is an Identity
43 * various types of Identities.
45 * <p>There is a one-to-one mapping between keys and identities, and
171 * Returns the number of identities within this identity scope.
173 * @return the number of identities within this identity scope.
183 * no identities named {@code name} in this scope.
195 * principal, or null if there are no identities of the same name
208 * no identities in this scope with that key.
236 * Returns an enumeration of all identities in this identity scope.
238 * @return an enumeration of all identities in this identity scope
240 public abstract Enumeration<Identity> identities(); method in class:IdentityScope
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 43 Hashtable<Identity, Identity> identities; field in class:IdentityScope2Test.IdentityScopeSubclass
51 identities = new Hashtable<Identity, Identity>();
56 identities = new Hashtable<Identity, Identity>();
61 identities = new Hashtable<Identity, Identity>();
67 identities = new Hashtable<Identity, Identity>();
71 return identities.size();
75 Enumeration<Identity> en = identities();
85 Enumeration<Identity> en = identities();
94 public Enumeration<Identity> identities() { method in class:IdentityScope2Test.IdentityScopeSubclass
95 return identities.elements()
    [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 1877 CBS identities, binders; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/
aws-java-sdk-ses-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/
aws-java-sdk-cognitoidentity-1.11.18.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /packages/apps/Car/Radio/libs/android-arch/room/
compiler-1.1.0-beta3.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 234 milliseconds

1 2