KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SnowMailClient > gnupg > LineProcessors > KeyIDLineProcessor


1 package SnowMailClient.gnupg.LineProcessors;
2
3 import SnowMailClient.gnupg.model.*;
4 import java.util.*;
5
6 /** to be used in the gobbler to read keys from gpg output response
7     either public or secret key, depending on the gpg command
8 */

9 public class KeyIDLineProcessor //implements LineProcessor
10
{
11
12 }
Popular Tags