From db026710ec0adcf7f72dfb24c65d38a882ee26d8 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Mon, 20 Aug 2012 10:48:46 -0700 Subject: Add KeyPairGenerator for Android keystore This allows end-users to generate keys in the keystore without the private part of the key ever needing to leave the device. The generation process also generates a self-signed certificate. Change-Id: I114ffb8e0cbe3b1edaae7e69e8aa578cb835efc9 --- api/current.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index e60a7b0..1e7189a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -19967,6 +19967,10 @@ package android.sax { package android.security { + public class AndroidKeyPairGeneratorSpec implements java.security.spec.AlgorithmParameterSpec { + ctor public AndroidKeyPairGeneratorSpec(android.content.Context, java.lang.String, javax.security.auth.x500.X500Principal, java.math.BigInteger, java.util.Date, java.util.Date); + } + public final class KeyChain { ctor public KeyChain(); method public static void choosePrivateKeyAlias(android.app.Activity, android.security.KeyChainAliasCallback, java.lang.String[], java.security.Principal[], java.lang.String, int, java.lang.String); -- cgit v1.1