org.bouncycastle.crypto
Interface BlockCipher

All Known Implementing Classes:
AESFastEngine, CFBBlockCipher

public interface BlockCipher


Method Summary
 String func_71802_a()
           
 void func_71803_c()
           
 int func_71804_b()
           
 void func_71805_a(boolean var1, CipherParameters var2)
           
 int func_71806_a(byte[] var1, int var2, byte[] var3, int var4)
           
 

Method Detail

func_71805_a

void func_71805_a(boolean var1,
                  CipherParameters var2)
                  throws IllegalArgumentException
Throws:
IllegalArgumentException

func_71802_a

String func_71802_a()

func_71804_b

int func_71804_b()

func_71806_a

int func_71806_a(byte[] var1,
                 int var2,
                 byte[] var3,
                 int var4)
                 throws DataLengthException,
                        IllegalStateException
Throws:
DataLengthException
IllegalStateException

func_71803_c

void func_71803_c()