Interface semper.statement.StatementConstants
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface semper.statement.StatementConstants

public interface StatementConstants
extends Object
This interface defines codes to identify the contents of a statement.
Version:
$Revision: 1.9 $ $Date: 1996/09/02 14:35:46 $
Author:
Jesper Drud Nielsen ([email protected])

Variable Index

 o MSG_CIPHER
Statement containint cipher text
 o MSG_EMPTY
Empty statement
 o MSG_MAC
Statement with a MAC value
 o MSG_OFFS
Message types (used by Statement)
 o MSG_PKCIPHER
Pubic key encrypted statement
 o MSG_PLAINTEXT
Statement containint plaintext
 o MSG_SIGNATURE
Statement with a signed message

Variables

 o MSG_OFFS
  public final static int MSG_OFFS
Message types (used by Statement)
 o MSG_EMPTY
  public final static int MSG_EMPTY
Empty statement
 o MSG_PLAINTEXT
  public final static int MSG_PLAINTEXT
Statement containint plaintext
 o MSG_CIPHER
  public final static int MSG_CIPHER
Statement containint cipher text
 o MSG_MAC
  public final static int MSG_MAC
Statement with a MAC value
 o MSG_SIGNATURE
  public final static int MSG_SIGNATURE
Statement with a signed message
 o MSG_PKCIPHER
  public final static int MSG_PKCIPHER
Pubic key encrypted statement

All Packages  Class Hierarchy  This Package  Previous  Next  Index