All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.examples.pgp.eTest

java.lang.Object
   |
   +----cryptix.examples.pgp.eTest

public final class eTest
extends Object
Encrypts a string (messageText) and writes the ciphertext to e-test.asc Demonstrates the ArmouredMessage and PublicKeyRing classes. Run this in your PGP directory, or provide the full path to your public keyring.

$Revision: 1.2 $

Author:
Ian Brown

Constructor Index

 o eTest()

Method Index

 o main(String[])

Constructors

 o eTest
 public eTest()

Methods

 o main
 public static final void main(String argv[]) throws FileNotFoundException, IOException, DecryptException

All Packages  Class Hierarchy  This Package  Previous  Next  Index