summaryrefslogtreecommitdiffstats
path: root/keystore
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-03-01 15:14:14 -0800
committerBrian Carlstrom <bdc@google.com>2012-03-01 15:14:14 -0800
commitfcdccac49067e4cc60567ee93ccf1b62e74477fb (patch)
treee25cedb6c3fd888ec4ebaae1914686e37b3c2db6 /keystore
parent592c85cd6c083997ee7f31ecbd52ab67942467d6 (diff)
downloadframeworks_base-fcdccac49067e4cc60567ee93ccf1b62e74477fb.zip
frameworks_base-fcdccac49067e4cc60567ee93ccf1b62e74477fb.tar.gz
frameworks_base-fcdccac49067e4cc60567ee93ccf1b62e74477fb.tar.bz2
Remove obsolete KeyChain references to USE_CREDENTIALS (2 of 2)
Change-Id: Ic8a22ce3a9010b8378af044e611bf787e15f6227
Diffstat (limited to 'keystore')
-rw-r--r--keystore/java/android/security/KeyChain.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/keystore/java/android/security/KeyChain.java b/keystore/java/android/security/KeyChain.java
index 0fe7bd8..fba5bab 100644
--- a/keystore/java/android/security/KeyChain.java
+++ b/keystore/java/android/security/KeyChain.java
@@ -224,9 +224,6 @@ public final class KeyChain {
* <p>{@code alias} allows the chooser to preselect an existing
* alias which will still be subject to user confirmation.
*
- * <p>This method requires the caller to hold the permission
- * {@link android.Manifest.permission#USE_CREDENTIALS}.
- *
* @param activity The {@link Activity} context to use for
* launching the new sub-Activity to prompt the user to select
* a private key; used only to call startActivity(); must not
@@ -294,9 +291,6 @@ public final class KeyChain {
* Returns the {@code PrivateKey} for the requested alias, or null
* if no there is no result.
*
- * <p>This method requires the caller to hold the permission
- * {@link android.Manifest.permission#USE_CREDENTIALS}.
- *
* @param alias The alias of the desired private key, typically
* returned via {@link KeyChainAliasCallback#alias}.
* @throws KeyChainException if the alias was valid but there was some problem accessing it.
@@ -325,9 +319,6 @@ public final class KeyChain {
* Returns the {@code X509Certificate} chain for the requested
* alias, or null if no there is no result.
*
- * <p>This method requires the caller to hold the permission
- * {@link android.Manifest.permission#USE_CREDENTIALS}.
- *
* @param alias The alias of the desired certificate chain, typically
* returned via {@link KeyChainAliasCallback#alias}.
* @throws KeyChainException if the alias was valid but there was some problem accessing it.