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:
parent
c5085be2ca
commit
2b05f90d4d
@ -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;
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user