org.bouncycastle.crypto
Interface StreamCipher


public interface StreamCipher


Method Summary
 void func_74850_a(byte[] var1, int var2, int var3, byte[] var4, int var5)
           
 byte returnByte(byte var1)
          Encrypt/decrypt a single byte, returning the result.
 

Method Detail

returnByte

byte returnByte(byte var1)
Encrypt/decrypt a single byte, returning the result.


func_74850_a

void func_74850_a(byte[] var1,
                  int var2,
                  int var3,
                  byte[] var4,
                  int var5)
                  throws DataLengthException
Throws:
DataLengthException