gnu.crypto.assembly

Class Operation

public final class Operation extends Object

An enumeration type for specifying the operation type of a Transformer.

The possible values for this type are two:

  1. PRE_PROCESSING: where the input data is first processed by the current Transformer before being passed to the rest of the chain; and
  2. POST_PROCESSING: where the input data is first passed to the rest of the chain, and the resulting bytes are then processed by the current Transformer.

Version: $Revision: 1.2 $

Field Summary
static OperationPOST_PROCESSING
static OperationPRE_PROCESSING
Method Summary
StringtoString()

Field Detail

POST_PROCESSING

public static final Operation POST_PROCESSING

PRE_PROCESSING

public static final Operation PRE_PROCESSING

Method Detail

toString

public String toString()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.