certificate verification against cacerts

From: cc (ultraman_at_rogers.com)
Date: 03/31/04


Date: Tue, 30 Mar 2004 17:50:22 -0500

Hi there,
    How can I verify the chain of certificates I got from the handshake over
SSL against the CA in cacerts in java? I have a class that implements
X509TrustManager. So during handshake, I want to verify the root of the cert
against the ca in cacerts. Thanks in advanced.