Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mindbright.security
Class NoEncrypt  view NoEncrypt download NoEncrypt.java

java.lang.Object
  extended bymindbright.security.Cipher
      extended bymindbright.security.NoEncrypt

public final class NoEncrypt
extends Cipher


Constructor Summary
NoEncrypt()
           
 
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 mindbright.security.Cipher
decrypt, encrypt, getInstance, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoEncrypt

public NoEncrypt()
Method Detail

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