org.bouncycastle.crypto.encodings
public class ISO9796d1Encoding extends Object implements AsymmetricBlockCipher
Constructor Summary | |
---|---|
ISO9796d1Encoding(AsymmetricBlockCipher cipher) |
Method Summary | |
---|---|
int | getInputBlockSize()
return the input block size. |
int | getOutputBlockSize()
return the maximum possible size for the output. |
int | getPadBits()
retrieve the number of pad bits in the last decoded message. |
AsymmetricBlockCipher | getUnderlyingCipher() |
void | init(boolean forEncryption, CipherParameters param) |
byte[] | processBlock(byte[] in, int inOff, int inLen) |
void | setPadBits(int padBits)
set the number of bits in the next message to be treated as
pad bits. |