David Koppenhofer wrote:
1) Multiple uid's (emails) per primary key versus multiple primary keys
I have 3 email addresses I currently use: one personal, one for foss
development, and one for work. I could create 3 uid's associated with
the same primary key (option A), or 3 separate primary keys
On Sun, Jun 29, 2008 at 04:42:00PM +0530, ajay Madamala wrote:
> Hello all
>
> Currently we are working on GPG implementation in project with Java
> integration.GPG commands will be called by Java code at runtime. However, we
> were not able to test decryption via java code if source file was >2kb