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

1 2 3

  /external/chromium_org/sandbox/linux/services/
credentials.h 22 // This class should be used to manipulate the current process' credentials.
25 class SANDBOX_EXPORT Credentials {
27 Credentials();
28 ~Credentials();
87 DISALLOW_COPY_AND_ASSIGN(Credentials);
credentials.cc 5 #include "sandbox/linux/services/credentials.h"
170 Credentials::Credentials() {
173 Credentials::~Credentials() {
176 int Credentials::CountOpenFds(int proc_fd) {
205 bool Credentials::HasOpenDirectory(int proc_fd) {
256 bool Credentials::DropAllCapabilities() {
264 bool Credentials::HasAnyCapability() const {
272 scoped_ptr<std::string> Credentials::GetCurrentCapString() const
    [all...]
  /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.
43 public interface 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/
AndroidKeyPairGenerator.java 91 Credentials.deleteAllTypesForAlias(mKeyStore, alias);
96 final String privateKeyAlias = Credentials.USER_PRIVATE_KEY + alias;
135 Credentials.deleteAllTypesForAlias(mKeyStore, alias);
143 Credentials.deleteAllTypesForAlias(mKeyStore, alias);
147 if (!mKeyStore.put(Credentials.USER_CERTIFICATE + alias, certBytes, KeyStore.UID_SELF,
149 Credentials.deleteAllTypesForAlias(mKeyStore, alias);
AndroidKeyStore.java 62 * PrivateKeyEntry will have a Credentials.USER_PRIVATE_KEY as the private key,
63 * Credentials.USER_CERTIFICATE as the first certificate in the chain (the one
64 * that corresponds to the private key), and then a Credentials.CA_CERTIFICATE
67 * TrustedCertificateEntry will just have a Credentials.CA_CERTIFICATE entry
86 return engine.getPrivateKeyById(Credentials.USER_PRIVATE_KEY + alias);
107 final byte[] caBytes = mKeyStore.get(Credentials.CA_CERTIFICATE + alias);
133 byte[] certificate = mKeyStore.get(Credentials.USER_CERTIFICATE + alias);
138 certificate = mKeyStore.get(Credentials.CA_CERTIFICATE + alias);
184 Date d = getModificationDate(Credentials.USER_PRIVATE_KEY + alias);
189 d = getModificationDate(Credentials.USER_CERTIFICATE + alias)
    [all...]
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";
163 private static Credentials singleton;
165 public static Credentials getInstance() {
167 singleton = new Credentials();
221 return keystore.delKey(Credentials.USER_PRIVATE_KEY + alias)
235 return keystore.delete(Credentials.USER_CERTIFICATE + alias
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 406 # For credentials we need two things, first
415 def __init__(self, credentials, host, request_uri, headers, response, content, http):
419 self.credentials = credentials
449 def __init__(self, credentials, host, request_uri, headers, response, content, http):
450 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
455 headers['authorization'] = 'Basic ' + base64.b64encode("%s:%s" % self.credentials).strip()
461 def __init__(self, credentials, host, request_uri, headers, response, content, http):
462 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
472 self.A1 = "".join([self.credentials[0], ":", self.challenge['realm'], ":", self.credentials[1]])
    [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 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.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 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.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 

Completed in 527 milliseconds

1 2 3