JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
E
S
D
decrypt(String)
- Method in class
StreamCipher
Return a one-time pad decryption of the given String encrypted message.
E
encrypt(String)
- Method in class
StreamCipher
Return a stream cipher encryption of the given String message.
S
StreamCipher
- Class in
<Unnamed>
StreamCipher - implements a
stream cipher
that gets its stream by initializing a Random object with a given seed before encryption/decryption.
StreamCipher(long)
- Constructor for class
StreamCipher
Constructor taking a pseudo-random number seed.
D
E
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes