|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.cjb.teutoburgo.otp4u.crypt.Xor
Constructor Summary | |
Xor()
Xor constructor comment. |
Method Summary | |
byte[] |
decrypt(byte[] encrypted,
byte[] key)
|
byte[] |
encrypt(byte[] message,
byte[] key)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Xor()
Method Detail |
public byte[] decrypt(byte[] encrypted, byte[] key)
public byte[] encrypt(byte[] message, byte[] key)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |