|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.assembly.Operation
An enumeration type for specifying the operation type of a
Transformer
.
The possible values for this type are two:
Transformer
before being passed to the rest of the chain;
andTransformer
.
Field Summary | |
static Operation |
POST_PROCESSING
|
static Operation |
PRE_PROCESSING
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Operation PRE_PROCESSING
public static final Operation POST_PROCESSING
Method Detail |
public java.lang.String toString()
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |