Hi Brian,

I am completely new to android java so bear me if my question is so basic 
question.

I am having doubts in validating the server certificate is well signed by 
one root certificate in the Android trusted certificate store.

How can I achieve this.

I am creating the certificate chain by using the server certificate that I 
am having currently like, 

    X509Certificate certs [] = new X509Certificate [] {cert};
        
>From the internet it looks like checkServerTrusted method present in 
X509TrustManager interface will do the above requirement.

In that case my local class which is implemeting the X509TrustManager 
interface should override this method right.If yes how can I do that to 
validate the ecrtificate

Can you please help me here.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/android-security-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to