All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.statement.MessageOperation

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.statement.MessageOperation

public final class MessageOperation
extends Constant
Constants denoting messages operations


Variable Index

 o CIPHER
Statement containint cipher text
 o MAC
Statement with a MAC value
 o NONE
No operation performed TO DO really means INVALID?
 o PKCIPHER
Pubic key encrypted statement
 o PLAINTEXT
Statement containing plaintext
 o SIGNATURE
Statement with a signed MessageOperation

Variables

 o NONE
 public static final MessageOperation NONE
No operation performed TO DO really means INVALID?

 o PLAINTEXT
 public static final MessageOperation PLAINTEXT
Statement containing plaintext

 o CIPHER
 public static final MessageOperation CIPHER
Statement containint cipher text

 o MAC
 public static final MessageOperation MAC
Statement with a MAC value

 o SIGNATURE
 public static final MessageOperation SIGNATURE
Statement with a signed MessageOperation

 o PKCIPHER
 public static final MessageOperation PKCIPHER
Pubic key encrypted statement


All Packages  Class Hierarchy  This Package  Previous  Next  Index