All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface cryptix.pgp.Algorithm

public interface Algorithm
Constants describing the various algorithms we can use.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $

Author:
Jill Baker

Variable Index

 o BINARY
 o BLOWFISH
 o GZIP
 o IDEA
 o LEGACY
 o MD5
 o NONE
 o PKETEST
 o RSA
 o SHA
 o UTF8
 o ZIP

Variables

 o NONE
 public static final int NONE
 o ZIP
 public static final int ZIP
 o GZIP
 public static final int GZIP
 o MD5
 public static final int MD5
 o SHA
 public static final int SHA
 o IDEA
 public static final int IDEA
 o BLOWFISH
 public static final int BLOWFISH
 o RSA
 public static final int RSA
 o PKETEST
 public static final int PKETEST
 o BINARY
 public static final int BINARY
 o LEGACY
 public static final int LEGACY
 o UTF8
 public static final int UTF8

All Packages  Class Hierarchy  This Package  Previous  Next  Index