| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.encodings.PKCS1EncodingConstructor Summary | |
| |
Method Summary | |
int | |
int | |
AsymmetricBlockCipher | |
void |
|
byte[] |
|
public int getInputBlockSize()
- Specified by:
- getInputBlockSize in interface AsymmetricBlockCipher
public int getOutputBlockSize()
- Specified by:
- getOutputBlockSize in interface AsymmetricBlockCipher
public void init(boolean forEncryption,
CipherParameters param)
- Specified by:
- init in interface AsymmetricBlockCipher
public byte[] processBlock(byte[] in,
int inOff,
int inLen)
throws InvalidCipherTextException
- Specified by:
- processBlock in interface AsymmetricBlockCipher