Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2572)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/PKCS11AuthenticationManager.java

Issue 164053004: Refactor AndroidKeyStore to allow remote key handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to abstract AndroidPrivateKey. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/PKCS11AuthenticationManager.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/PKCS11AuthenticationManager.java b/chrome/android/java/src/org/chromium/chrome/browser/PKCS11AuthenticationManager.java
index e3fd43699625ef90a1019cfc6f916de1594732f3..6805fc1b96d7d46c38c7706435ae620a3d2c3092 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/PKCS11AuthenticationManager.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/PKCS11AuthenticationManager.java
@@ -6,7 +6,6 @@ package org.chromium.chrome.browser;
import android.content.Context;
-import java.security.PrivateKey;
import java.security.cert.X509Certificate;
/**
@@ -34,11 +33,6 @@ public interface PKCS11AuthenticationManager {
public X509Certificate[] getCertificateChain(String alias);
/**
- * Returns the PrivateKey for the requested alias, or null if no there is no result.
- */
- public PrivateKey getPrivateKey(String alias);
-
- /**
* Performs necessary initializing for using a PKCS11-based KeysStore. Note that this can
* perform expensive operations and cannot be done on the UI thread.
*/
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/SSLClientCertificateRequest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698