org.bouncycastle.crypto.engines
Class AESFastEngine

java.lang.Object
  extended by org.bouncycastle.crypto.engines.AESFastEngine
All Implemented Interfaces:
BlockCipher

public class AESFastEngine
extends Object
implements BlockCipher


Constructor Summary
AESFastEngine()
           
 
Method Summary
 String func_71802_a()
           
 void func_71803_c()
           
 int func_71804_b()
           
 void func_71805_a(boolean par1, CipherParameters par2CipherParameters)
           
 int func_71806_a(byte[] par1ArrayOfByte, int par2, byte[] par3ArrayOfByte, int par4)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AESFastEngine

public AESFastEngine()
Method Detail

func_71805_a

public void func_71805_a(boolean par1,
                         CipherParameters par2CipherParameters)
                  throws IllegalArgumentException
Specified by:
func_71805_a in interface BlockCipher
Throws:
IllegalArgumentException

func_71802_a

public String func_71802_a()
Specified by:
func_71802_a in interface BlockCipher

func_71804_b

public int func_71804_b()
Specified by:
func_71804_b in interface BlockCipher

func_71806_a

public int func_71806_a(byte[] par1ArrayOfByte,
                        int par2,
                        byte[] par3ArrayOfByte,
                        int par4)
                 throws DataLengthException,
                        IllegalStateException
Specified by:
func_71806_a in interface BlockCipher
Throws:
DataLengthException
IllegalStateException

func_71803_c

public void func_71803_c()
Specified by:
func_71803_c in interface BlockCipher