File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes Certificate Trust Chain Verification Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Certificate Trust Chain Verification" Watch "Certificate Trust Chain Verification" New topic
Author

Certificate Trust Chain Verification

Ricardo Cortes
Ranch Hand

Joined: Jan 23, 2002
Posts: 140
Hi there,

I need to write some code that performs trust chain verification of a root CA given a leaf certificate. I'm told there are 2 levels of CAs, an intermediate and a root. I have both leaf and intermediate certificate to use in the verification process. Does anyone know how to do this in pure Java without using the OpenSSL framework?


Sun Certified J2EE Architect for the J2EE Platform (Part 1)<br />Sun Certified Web Component Developer for the J2EE Platform<br />Sun Certified Programmer for the Java 2 Platform
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Certificate Trust Chain Verification
 
Similar Threads
SSLHands shake exception
X509 Client Authorization
SSL certificate
Doubt about MS-CAPI JDK 6
Does client need to install intermediate certificate??