java.lang.Object
mindbright.security.Cipher
mindbright.security.NoEncrypt
- public final class NoEncrypt
- extends Cipher
|
Method Summary |
void |
decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
|
void |
encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
|
void |
setKey(byte[] key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoEncrypt
public NoEncrypt()
encrypt
public void encrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
- Specified by:
encrypt in class Cipher
decrypt
public void decrypt(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int len)
- Specified by:
decrypt in class Cipher
setKey
public void setKey(byte[] key)
- Specified by:
setKey in class Cipher