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

1 2 3

  /external/apache-http/src/org/apache/http/auth/
Credentials.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/Credentials.java $
36 * User name and password based authentication credentials.
48 public interface Credentials {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Credentials.java 21 /** Factory for HTTP authorization credentials. */
22 public final class Credentials {
23 private Credentials() {
  /frameworks/base/core/java/android/net/
Credentials.java 20 * A class for representing UNIX credentials passed via ancillary data
23 public class Credentials {
31 public Credentials (int pid, int uid, int gid) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 33 * Credentials that are used in authentication and authorization headers.
38 public class Credentials extends SIPObject {
64 public Credentials() {
130 Credentials retval = (Credentials) super.clone();
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreSpi.java 21 import android.security.Credentials;
73 * PrivateKeyEntry will have a Credentials.USER_PRIVATE_KEY as the private key,
74 * Credentials.USER_CERTIFICATE as the first certificate in the chain (the one
75 * that corresponds to the private key), and then a Credentials.CA_CERTIFICATE
78 * TrustedCertificateEntry will just have a Credentials.CA_CERTIFICATE entry
92 String privateKeyAlias = Credentials.USER_PRIVATE_KEY + alias;
96 String secretKeyAlias = Credentials.USER_SECRET_KEY + alias;
118 final byte[] caBytes = mKeyStore.get(Credentials.CA_CERTIFICATE + alias);
144 byte[] encodedCert = mKeyStore.get(Credentials.USER_CERTIFICATE + alias);
149 encodedCert = mKeyStore.get(Credentials.CA_CERTIFICATE + alias)
    [all...]
AndroidKeyStoreKeyGeneratorSpi.java 19 import android.security.Credentials;
296 String keyAliasInKeystore = Credentials.USER_SECRET_KEY + spec.getKeystoreAlias();
300 Credentials.deleteAllTypesForAlias(mKeyStore, spec.getKeystoreAlias());
323 Credentials.deleteAllTypesForAlias(mKeyStore, spec.getKeystoreAlias());
AndroidKeyStoreKeyPairGeneratorSpi.java 20 import android.security.Credentials;
470 final String privateKeyAlias = Credentials.USER_PRIVATE_KEY + mEntryAlias;
473 Credentials.deleteAllTypesForAlias(mKeyStore, mEntryAlias);
516 Credentials.USER_CERTIFICATE + mEntryAlias,
529 Credentials.deleteAllTypesForAlias(mKeyStore, mEntryAlias);
    [all...]
  /frameworks/base/keystore/java/android/security/
Credentials.java 46 public class Credentials {
47 private static final String LOGTAG = "Credentials";
49 public static final String INSTALL_ACTION = "android.credentials.INSTALL";
51 public static final String INSTALL_AS_USER_ACTION = "android.credentials.INSTALL_AS_USER";
53 public static final String UNLOCK_ACTION = "com.android.credentials.UNLOCK";
166 private static Credentials singleton;
168 public static Credentials getInstance() {
170 singleton = new Credentials();
224 return keystore.delete(Credentials.USER_PRIVATE_KEY + alias)
225 | keystore.delete(Credentials.USER_SECRET_KEY + alias
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 87 BG_AUTH_CREDENTIALS_UNION Credentials;
102 virtual HRESULT WINAPI SetCredentials(BG_AUTH_CREDENTIALS *credentials) = 0;
149 HRESULT (WINAPI *SetCredentials)(IBackgroundCopyJob2 *This,BG_AUTH_CREDENTIALS *credentials);
198 #define IBackgroundCopyJob2_SetCredentials(This,credentials) (This)->lpVtbl->SetCredentials(This,credentials)
214 HRESULT WINAPI IBackgroundCopyJob2_SetCredentials_Proxy(IBackgroundCopyJob2 *This,BG_AUTH_CREDENTIALS *credentials);
ntsecpkg.h 39 typedef NTSTATUS (NTAPI LSA_ADD_CREDENTIAL)(PLUID LogonId,ULONG AuthenticationPackage,PLSA_STRING PrimaryKeyValue,PLSA_STRING Credentials);
40 typedef NTSTATUS (NTAPI LSA_GET_CREDENTIALS)(PLUID LogonId,ULONG AuthenticationPackage,PULONG QueryContext,BOOLEAN RetrieveAllCredentials,PLSA_STRING PrimaryKeyValue,PULONG PrimaryKeyLength,PLSA_STRING Credentials);
168 PUCHAR Credentials;
175 SECPKG_SUPPLEMENTAL_CRED Credentials[1];
391 typedef NTSTATUS (NTAPI LSA_UPDATE_PRIMARY_CREDENTIALS)(PSECPKG_PRIMARY_CRED PrimaryCredentials,PSECPKG_SUPPLEMENTAL_CRED_ARRAY Credentials);
450 typedef VOID (NTAPI CredFreeCredentialsFn)(ULONG Count,PENCRYPTED_CREDENTIALW *Credentials);
574 typedef NTSTATUS (NTAPI SpSaveCredentialsFn)(LSA_SEC_HANDLE CredentialHandle,PSecBuffer Credentials);
575 typedef NTSTATUS (NTAPI SpGetCredentialsFn)(LSA_SEC_HANDLE CredentialHandle,PSecBuffer Credentials);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 917 milliseconds

1 2 3