>> One thing I can't understand, is, where is the place for the customized 
>> SSL-negotiation ? Is it in the class
>> "EasyX509TrustManager(null)" and where can I find that class or an example ? The 
>> example "EasySSL..." from the
>> documentation doesn't compile without such EasyX509TrustManager.

>You do need EasyX509TrustManager to be able to use EasySSLProtocolSocketFactory. All 
>the 'magic' does take place in >EasyX509TrustManager. You can (and probably should) 
>tweak EasyX509TrustManager#isServerTrusted(X509Certificate[]) method to meet your 
>specific needs

EasyX509TrustManager implements the javax.net.ssl.X509TrustManager-Interface ? Then 
I'll have to provide three methods: checkServer/ClientTrusted() and 
getAcceptetdIssuers().
Correct ?

uli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to