|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.util.SimpleKey
public class SimpleKey
A very simple encryption algorithm for demonstration purposes only. It is far from being safe, but it will require anyone to at least put some manual effort into reading any message that uses Encoded objects using this algorithm when send over the Internet. (And BTW, since this is open source, it would be a BAD IDEA to use this synchronous key for anything else but a demonstration!)
| Constructor Summary | |
|---|---|
SimpleKey()
Creates a new SimpleKey object. |
|
| Method Summary | |
|---|---|
byte[] |
decode(byte[] encrypted)
DOCUMENT ME! |
byte[] |
encode(byte[] plainSource)
DOCUMENT ME! |
java.lang.String |
getKeySignature()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleKey()
| Method Detail |
|---|
public byte[] decode(byte[] encrypted)
decode in interface SynchronousKeyencrypted - DOCUMENT ME!
public byte[] encode(byte[] plainSource)
encode in interface SynchronousKeyplainSource - DOCUMENT ME!
public java.lang.String getKeySignature()
getKeySignature in interface SynchronousKey
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||