| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
CipherSpiorg.bouncycastle.jce.provider.WrapCipherSpiorg.bouncycastle.jce.provider.JCEElGamalCipherorg.bouncycastle.jce.provider.JCEElGamalCipher.NoPaddingprotected void engineInit(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
- Overrides:
- engineInit in interface WrapCipherSpi
protected void engineInit(int opmode,
Key key,
SecureRandom random)
throws InvalidKeyException
- Overrides:
- engineInit in interface WrapCipherSpi
protected void engineSetMode(String mode)
throws NoSuchAlgorithmException
- Overrides:
- engineSetMode in interface WrapCipherSpi
protected void engineSetPadding(String padding)
throws NoSuchPaddingException
- Overrides:
- engineSetPadding in interface WrapCipherSpi
protected byte[] engineUpdate(byte[] input,
int inputOffset,
int inputLen)
- Overrides:
- engineUpdate in interface WrapCipherSpi
protected int engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
- Overrides:
- engineUpdate in interface WrapCipherSpi