Class cryptix.pgp_examples.eTest
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp_examples.eTest

java.lang.Object
   |
   +----cryptix.pgp_examples.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.
Author:
Ian Brown

Constructor Index

 o eTest()

Method Index

 o main(String[])

Constructors

 o eTest
  public eTest()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index