|
For the latest news and information visit The GNU Crypto project |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object extended bygnu.crypto.assembly.Direction
An enumeration type for wiring Stage instances into Cascade Cipher chains, as well as for operating a Cascade in a
given direction.
The possible values for this type are two:
IMode.ENCRYPTION, and
its inverse valueIMode.DECRYPTION.
| Field Summary | |
static Direction |
FORWARD
|
static Direction |
REVERSED
|
| Method Summary | |
static Direction |
reverse(Direction d)
|
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 Direction FORWARD
public static final Direction REVERSED
| Method Detail |
public static final Direction reverse(Direction d)
public java.lang.String toString()
|
For the latest news and information visit The GNU Crypto project |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||