gnu.crypto.jce.cipher
Class AESSpi
java.lang.Object
javax.crypto.CipherSpi
gnu.crypto.jce.cipher.CipherAdapter
gnu.crypto.jce.cipher.AESSpi
public final class AESSpi
- extends CipherAdapter
The implementation of the AES Service Provider Interface
(SPI) adapter.
- Version:
- $Revision: 1.2 $
Methods inherited from class gnu.crypto.jce.cipher.CipherAdapter |
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AESSpi
public AESSpi()
engineInit
protected void engineInit(int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
- Overrides:
engineInit
in class CipherAdapter
- Throws:
InvalidKeyException
InvalidAlgorithmParameterException
engineInit
protected void engineInit(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
- Overrides:
engineInit
in class CipherAdapter
- Throws:
InvalidKeyException
InvalidAlgorithmParameterException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.