Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Torsten Kirschner Newsgroups: comp.lang.java.programmer Subject: Re: X.509 certificates Date: Sat, 24 Nov 2012 23:24:09 +0100 Organization: Aioe.org NNTP Server Lines: 22 Message-ID: References: NNTP-Posting-Host: yhVkA9SuOU4LMcAMszJGUA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.java.programmer:19908 Den 11/18/12 10:28 AM, skrev brawnwithbrain: [...] > As I am a novice programmer, I am finding it hard to answer this > question. [...] > Demonstrate the use of X.509 certificate to exchange messages that > achieve confidentiality. [...] If Google cannot help you, you may want to get a copy of this book: "Beginning Cryptography with Java" (http://www.wrox.com/WileyCDA/WroxTitle/Beginning-Cryptography-with-Java.productCd-0764596330.html), and look at what The Legion of the Bouncy Castle (http://www.bouncycastle.org/) are doing. The book offers example code that you can download from its webpage; I am pretty sure all of your assignment is covered there.