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])
-
MSG_CIPHER
- Statement containint cipher text
-
MSG_EMPTY
- Empty statement
-
MSG_MAC
- Statement with a MAC value
-
MSG_OFFS
- Message types (used by Statement)
-
MSG_PKCIPHER
- Pubic key encrypted statement
-
MSG_PLAINTEXT
- Statement containint plaintext
-
MSG_SIGNATURE
- Statement with a signed message
MSG_OFFS
public final static int MSG_OFFS
- Message types (used by Statement)
MSG_EMPTY
public final static int MSG_EMPTY
- Empty statement
MSG_PLAINTEXT
public final static int MSG_PLAINTEXT
- Statement containint plaintext
MSG_CIPHER
public final static int MSG_CIPHER
- Statement containint cipher text
MSG_MAC
public final static int MSG_MAC
- Statement with a MAC value
MSG_SIGNATURE
public final static int MSG_SIGNATURE
- Statement with a signed message
MSG_PKCIPHER
public final static int MSG_PKCIPHER
- Pubic key encrypted statement
All Packages Class Hierarchy This Package Previous Next Index