Re: [Javamail-crypto-devel] Qustions
Status: Beta
Brought to you by:
akp
From: allen p. <al...@su...> - 2007-02-23 05:52:56
|
On Thu, Feb 22, 2007, 10:32, x x <cc...@wp...> wrote >Hi. Hi. >I'am rookie user of JavaMail-Crypto so I hve some questions: >1. Can I store pgp keys and smime sertificates in JCE keystore files (keytool)? JavaMail-Crypto uses native storage formats for OpenPGP and S/MIME. So OpenPGP keys are expected to be in public and secure keyrings, and S/MIME certificates are expected to be in PKCS#12 files. You might be able to use keytool to access those; I don't know. >2. How can simply create pgp keys or smime certificates? BEcause You only use them btu is there any simple way to create them? Not using any CA organisation. I usually use gpg to create PGP keys and openssl to create self-signed S/MIME certificates. gpg is really easy to use (gpg --gen-key); the process for S/MIME certs, even self-signed ones, is a bit more (unnecessarily) complex. You should be able to google instructions for that, though. (I feel like I had instructions on that around here, but I can't seem to find them.....) -allen > >---------------------------------------------------- >Matt Damon, Angelina Jolie, William Hurt, Robert de Niro >i Alec Baldwin w prawdziwej histori ktora zna tylko tylko >jeden cz?owiek. DOBRY AGENT - w kinach od 23 lutego! >http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fdobryagent.htm l&sid=1024 > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys-and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Javamail-crypto-devel mailing list >Jav...@li... >https://lists.sourceforge.net/lists/listinfo/javamail-crypto-devel > > |