Interface cryptix.pgp.Algorithm
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface cryptix.pgp.Algorithm

public interface Algorithm
extends Object
Constants describing the various algorithms we can use.
Author:
Jill Baker

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


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 final static int NONE
 o ZIP
  public final static int ZIP
 o GZIP
  public final static int GZIP
 o MD5
  public final static int MD5
 o SHA
  public final static int SHA
 o IDEA
  public final static int IDEA
 o BLOWFISH
  public final static int BLOWFISH
 o RSA
  public final static int RSA
 o PKETEST
  public final static int PKETEST
 o BINARY
  public final static int BINARY
 o LEGACY
  public final static int LEGACY
 o UTF8
  public final static int UTF8

All Packages  Class Hierarchy  This Package  Previous  Next  Index