public keyring analysis...

Edwin Woudt edwin@woudt.nl
Sat Sep 8 12:59:02 2001


"Rustad, Aaron" <ARustad@Online-can.com> wrote:


> I would like to analyze the data structure of the public key ring file for
> incorporation into a Java application. Obviously I would like to extract
> information for display purposes.
The data format is documented in RFC 2440 and it's update: http://www.ietf.org/rfc/rfc2440.txt http://www.ietf.org/internet-drafts/draft-ietf-openpgp-rfc2440bis-03.txt Cryptix OpenPGP is a java library that (amongst others) can read keyrings: http://www.cryptix.org/products/openpgp/ Being a full openpgp lib, it might be a bit overkill for you. Also, it cannot parse the trust database yet. Edwin