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.security.Principal;

View File

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