HomeSort by relevance Sort by last modified time
    Searched full:keychainservice (Results 1 - 7 of 7) sorted by null

  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainBroadcastReceiver.java 11 intent.setClass(context, KeyChainService.class);
KeyChainService.java 52 public class KeyChainService extends IntentService {
76 public KeyChainService() {
77 super(KeyChainService.class.getSimpleName());
  /packages/apps/KeyChain/
AndroidManifest.xml 9 <service android:name="com.android.keychain.KeyChainService">
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 64 * Binds to the KeyChainService and requests that permission for the sender to
  /frameworks/base/keystore/java/android/security/
KeyChain.java 95 * @hide Also used by KeyChainService implementation
373 final IKeyChainService keyChainService = keyChainConnection.getService();
374 final String keyId = keyChainService.requestPrivateKey(alias);
417 IKeyChainService keyChainService = keyChainConnection.getService();
419 final byte[] certificateBytes = keyChainService.getCertificate(alias);
424 final byte[] certChainBytes = keyChainService.getCaCertificates(alias);
594 throw new AssertionError("could not bind to KeyChainService");
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 310 boolean installVpnAndAppsTrustAnchors(Context context, IKeyChainService keyChainService) {
322 keyChainService.installCaCertificate(bytes);
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustedCertificateStore.java 66 * <p>The KeyChainService users the {@link installCertificate} and
559 * {@code KeyChainService} to install new CA certificates. It
595 * only. Instead, this is used by the {@code KeyChainService} to

Completed in 52 milliseconds