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

Side by Side Diff: net/android/android_private_key.h

Issue 1474603004: Remove Android support for out-of-process KeyStores (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comments Created 5 years 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 unified diff | Download patch
« no previous file with comments | « net/android/BUILD.gn ('k') | net/android/android_private_key.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef NET_ANDROID_ANDROID_PRIVATE_KEY_H
6 #define NET_ANDROID_ANDROID_PRIVATE_KEY_H
7
8 #include <jni.h>
9
10 #include "base/android/scoped_java_ref.h"
11 #include "net/base/net_export.h"
12
13
14 namespace net {
15 namespace android {
16
17 // Returns the KeyStore associated with a given AndroidPrivateKey
18 NET_EXPORT base::android::ScopedJavaLocalRef<jobject> GetKeyStore(
19 jobject private_key);
20
21 // Register JNI methods
22 NET_EXPORT bool RegisterAndroidPrivateKey(JNIEnv* env);
23
24 } // namespace android
25 } // namespace net
26
27 #endif // NET_ANDROID_ANDROID_PRIVATE_KEY_H
OLDNEW
« no previous file with comments | « net/android/BUILD.gn ('k') | net/android/android_private_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698