Searched refs:keystore (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | SSLSocketFactory.java | 179 final KeyStore keystore, in SSLSocketFactory() argument 191 if (keystore != null) { in SSLSocketFactory() 192 keymanagers = createKeyManagers(keystore, keystorePassword); in SSLSocketFactory() 205 final KeyStore keystore, in SSLSocketFactory() argument 210 this(TLS, keystore, keystorePassword, truststore, null, null); in SSLSocketFactory() 213 public SSLSocketFactory(final KeyStore keystore, final String keystorePassword) in SSLSocketFactory() argument 216 this(TLS, keystore, keystorePassword, null, null, null); in SSLSocketFactory() 248 private static KeyManager[] createKeyManagers(final KeyStore keystore, final String password) in createKeyManagers() argument 250 if (keystore == null) { in createKeyManagers() 255 kmfactory.init(keystore, password != null ? password.toCharArray(): null); in createKeyManagers() [all …]
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
D | CertInstallerHelper.java | 80 java.security.KeyStore keystore = null; in extractCertificate() local 87 keystore = java.security.KeyStore.getInstance("PKCS12"); in extractCertificate() 89 keystore.load(new ByteArrayInputStream(raw), passwordProtection.getPassword()); in extractCertificate() 92 Enumeration<String> aliases = keystore.aliases(); in extractCertificate() 101 java.security.KeyStore.Entry entry = keystore.getEntry(alias, passwordProtection); in extractCertificate()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CredentialHelper.java | 364 java.security.KeyStore keystore = loadPkcs12Internal(password); in extractPkcs12Internal() local 366 Enumeration<String> aliases = keystore.aliases(); in extractPkcs12Internal() 373 if (keystore.isKeyEntry(alias)) { in extractPkcs12Internal() 374 KeyStore.Entry entry = keystore.getEntry(alias, password); in extractPkcs12Internal() 395 java.security.KeyStore keystore = java.security.KeyStore.getInstance("PKCS12"); in loadPkcs12Internal() local 396 keystore.load(new ByteArrayInputStream(getData(KeyChain.EXTRA_PKCS12)), in loadPkcs12Internal() 398 return keystore; in loadPkcs12Internal()
|
/packages/services/Car/car_product/sepolicy/ |
D | domain.te | 15 dontaudit keystore kernel:system module_request;
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 174 212 18720K 4516K 1260K 1120K /system/bin/keystore 1101 u:r:keystore:s0 keystore 212 1 18724 4256 20 0 0 0 fg binde… 2125 10968K 1988K 371K 296K /system/bin/keystore [212] 2645 536K 332K 28K 24K /system/bin/keystore [212] 2913 576K 276K 25K 20K /system/bin/keystore [212] 3004 360K 304K 54K 44K /system/bin/keystore [212] 3147 688K 208K 62K 52K /system/bin/keystore [212] 3424 264K 148K 10K 8K /system/bin/keystore [212] 3614 88K 60K 8K 8K /system/bin/keystore [212] 3765 112K 96K 9K 8K /system/bin/keystore [212] [all …]
|