/device/google/atv/products/ |
atv_base.mk | 71 KeyChain \
|
/frameworks/base/services/core/java/com/android/server/ |
CertBlacklister.java | 41 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainService.java | 17 package com.android.keychain; 36 import android.security.KeyChain; 55 private static final String TAG = "KeyChain"; 479 Intent intent = new Intent(KeyChain.ACTION_STORAGE_CHANGED);
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 35 import android.security.KeyChain; 36 import android.security.KeyChain.KeyChainConnection; 219 return KeyChain.isBoundKeyAlgorithm(algName); 346 KeyChainConnection keyChainConnection = KeyChain.bind(CredentialStorage.this);
|
TrustedCredentialsSettings.java | 39 import android.security.KeyChain; 40 import android.security.KeyChain.KeyChainConnection; 695 KeyChainConnection keyChainConnection = KeyChain.bindAsUser(mContext, 728 X509Certificate cert = KeyChain.toCertificate(encodedCertificate); [all...] |
/frameworks/base/docs/html/training/articles/ |
keystore.jd | 9 <li><a href="#WhichShouldIUse">Choosing Between a Keychain or the Android Keystore Provider</a></li> 48 android.security.KeyChain} API as well as the Android 117 <h2 id="WhichShouldIUse">Choosing Between a Keychain or the 120 <p>Use the {@link android.security.KeyChain} API when you want 122 through the {@link android.security.KeyChain} API, users get to 131 {@link android.security.KeyChain} API provides for system-wide
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertInstaller.java | 32 import android.security.KeyChain; 33 import android.security.KeyChain.KeyChainConnection; 232 KeyChainConnection keyChainConnection = KeyChain.bind(CertInstaller.this);
|
/external/webrtc/webrtc/base/ |
proxydetect.cc | [all...] |
/external/curl/docs/ |
SSLCERTS | 146 or Keychain Access application (under OS X). Any custom security rules for 153 can be adjusted in the preferences of Keychain Access.
|
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/ |
CertInstallerReceiver.java | 135 // CTS keychain tests will make sure the API's behaviour is correct.
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
SecureWebServer.java | 17 package com.example.android.keychain;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
browser_credentials.py | 104 # TODO(nduca): use system keychain, if possible.
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
CTLogStoreImpl.java | 66 defaultUserLogDir = new File(ANDROID_DATA + "/misc/keychain/ct_known_logs/");
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
CertPinManager.java | 47 pinFile = new File("/data/misc/keychain/pins");
|
CertBlacklist.java | 44 String blacklistRoot = androidData + "/misc/keychain/";
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
CertBlacklisterTest.java | 37 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailClientConnectionManager.java | 41 * {@link android.security.KeyChain} for SSL connections.
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_darwin_arm_gen.go | 106 cmd := exec.Command("/usr/bin/security", "find-certificate", "-a", "-p", "/System/Library/Keychains/SystemRootCertificates.keychain")
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_darwin_arm_gen.go | 106 cmd := exec.Command("/usr/bin/security", "find-certificate", "-a", "-p", "/System/Library/Keychains/SystemRootCertificates.keychain")
|
/system/sepolicy/ |
installd.te | 48 # Upgrade /data/misc/keychain for multi-user if necessary.
|
/docs/source.android.com/src/security/overview/ |
kernel-security.jd | 118 <p> Android 4.0 introduced the <a href="http://developer.android.com/reference/android/security/KeyChain.html">KeyChain</a> class to allow applications to use the system credential storage for private
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertBlacklist.java | 45 String blacklistRoot = androidData + "/misc/keychain/";
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
CertInstallerHelper.java | 94 Assert.fail("key store failed to put in keychain");
|
/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 344 * {@link android.security.KeyChain#choosePrivateKeyAlias} to start an 345 * activity for the user to choose the proper alias. The keychain activity will 348 * {@link android.security.KeyChain#getPrivateKey} to receive the key.
|
/packages/services/Car/bluetooth/bt-map-service/ |
bt_hci_startup_issues.txt | 159 2743 637304K 32668K 10053K 9388K com.android.keychain [all...] |