gnu.crypto.assembly
Class Operation
java.lang.Object
gnu.crypto.assembly.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:
- PRE_PROCESSING: where the input data is first processed by the
current
Transformer
before being passed to the rest of the chain;
and
- 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:
POST_PROCESSING
public static final Operation POST_PROCESSING
PRE_PROCESSING
public static final Operation PRE_PROCESSING
toString
public String toString()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.