HomeSort by relevance Sort by last modified time
    Searched full:identity (Results 1 - 25 of 1231) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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 {
65 * if an identity with the same key already exists.
115 * Returns the number of {@code Identity} objects in this scope.
117 * @return the number of {@code Identity} objects in this scope.
122 * Returns the {@code Identity} with the specified name or {@code null} if
123 * no {@code Identity} with the specified name is present in this scope.
126 * the name of the {@code Identity} to be returned.
127 * @return the {@code Identity} with the specified name or {@code null} if
130 public abstract Identity getIdentity(String name)
    [all...]
Identity.java 26 * {@code Identity} represents an identity like a person or a company.
33 public abstract class Identity implements Principal, Serializable {
47 * Constructs a new instance of {@code Identity}.
49 protected Identity() {
53 * Creates a new instance of {@code Identity} with the specified name.
56 * the name of this {@code Identity}.
58 public Identity(String name) {
63 * Creates a new instance of {@code Identity} with the specified name and
64 * the scope of this {@code Identity}
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/
SystemScope.java 25 import java.security.Identity;
43 // Identities hash: key is the identity name
81 public synchronized Identity getIdentity(String name) {
85 return (Identity) names.get(name);
91 public synchronized Identity getIdentity(PublicKey key) {
95 return (Identity) keys.get(key);
99 * @see java.security.IdentityScope#addIdentity(java.security.Identity)
101 public synchronized void addIdentity(Identity identity) throws KeyManagementException {
102 if (identity == null)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 20 import java.security.Identity;
48 Hashtable<Identity, Identity> identities;
56 identities = new Hashtable<Identity, Identity>();
61 identities = new Hashtable<Identity, Identity>();
66 identities = new Hashtable<Identity, Identity>();
72 identities = new Hashtable<Identity, Identity>()
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.h 22 /* Identity prefixes */
36 int eap_sim_db_get_gsm_triplets(void *priv, const u8 *identity,
44 int eap_sim_db_identity_known(void *priv, const u8 *identity,
51 int eap_sim_db_add_pseudonym(void *priv, const u8 *identity,
54 int eap_sim_db_add_reauth(void *priv, const u8 *identity,
57 int eap_sim_db_add_reauth_prime(void *priv, const u8 *identity,
62 const u8 * eap_sim_db_get_permanent(void *priv, const u8 *identity,
67 u8 *identity; member in struct:eap_sim_reauth
79 eap_sim_db_get_reauth_entry(void *priv, const u8 *identity,
84 int eap_sim_db_get_aka_auth(void *priv, const u8 *identity,
    [all...]
  /external/chromium/third_party/icu/source/data/xml/rbnf/
af.xml 7 <identity>
11 </identity>
am.xml 7 <identity>
11 </identity>
ar.xml 7 <identity>
11 </identity>
az.xml 7 <identity>
11 </identity>
bs.xml 7 <identity>
11 </identity>
cs.xml 7 <identity>
11 </identity>
el.xml 7 <identity>
11 </identity>
eo.xml 7 <identity>
11 </identity>
et.xml 7 <identity>
11 </identity>
fa.xml 7 <identity>
11 </identity>
fa_AF.xml 7 <identity>
12 </identity>
fi.xml 7 <identity>
11 </identity>
fil.xml 7 <identity>
11 </identity>
he.xml 7 <identity>
11 </identity>
hi.xml 7 <identity>
11 </identity>
hr.xml 7 <identity>
11 </identity>
hu.xml 7 <identity>
11 </identity>
hy.xml 7 <identity>
11 </identity>
id.xml 7 <identity>
11 </identity>
ja.xml 7 <identity>
11 </identity>

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>