1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Move KeyChainKeyManager

Move KeyChainKeyManager to com.fsck.k9.net.ssl because it is used by
SslHelper and because the class extends X509ExtendedKeyManager, which is
in javax.net.ssl.
This commit is contained in:
Joe Steele 2014-08-05 10:15:54 -04:00
parent c5085be2ca
commit 2b05f90d4d
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package com.fsck.k9.security; package com.fsck.k9.net.ssl;
import java.net.Socket; import java.net.Socket;
import java.security.Principal; import java.security.Principal;

View File

@ -15,7 +15,6 @@ import android.util.Log;
import com.fsck.k9.K9; import com.fsck.k9.K9;
import com.fsck.k9.mail.MessagingException; import com.fsck.k9.mail.MessagingException;
import com.fsck.k9.security.KeyChainKeyManager;
/** /**
* Helper class to create SSL sockets with support for client certificate * Helper class to create SSL sockets with support for client certificate