gnu.crypto.assembly

Class Operation


public final class Operation
extends java.lang.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.1 $

Field Summary

static Operation
POST_PROCESSING
static Operation
PRE_PROCESSING

Method Summary

String
toString()

Field Details

POST_PROCESSING

public static final Operation POST_PROCESSING


PRE_PROCESSING

public static final Operation PRE_PROCESSING

Method Details

toString

public String toString()


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.