-
Methods in org.bouncycastle.crypto that throw InvalidCipherTextException
| Modifier and Type |
Method |
Description |
int |
BufferedBlockCipher.doFinal(byte[] out,
int outOff) |
Process the last block in the buffer.
|
byte[] |
AsymmetricBlockCipher.processBlock(byte[] in,
int inOff,
int len) |
process the block of len bytes stored in in from offset inOff.
|
byte[] |
Wrapper.unwrap(byte[] in,
int inOff,
int inLen) |
|
void |
SignerWithRecovery.updateWithRecoveredMessage(byte[] signature) |
Perform an update with the recovered message before adding any other data.
|
-
-
-
Methods in org.bouncycastle.crypto.modes that throw InvalidCipherTextException
| Modifier and Type |
Method |
Description |
int |
AEADBlockCipher.doFinal(byte[] out,
int outOff) |
Finish the operation either appending or verifying the MAC at the end of the data.
|
int |
CCMBlockCipher.doFinal(byte[] out,
int outOff) |
|
int |
CTSBlockCipher.doFinal(byte[] out,
int outOff) |
Process the last block in the buffer.
|
int |
GCMBlockCipher.doFinal(byte[] out,
int outOff) |
|
byte[] |
CCMBlockCipher.processPacket(byte[] in,
int inOff,
int inLen) |
|
-
Methods in org.bouncycastle.crypto.paddings that throw InvalidCipherTextException
| Modifier and Type |
Method |
Description |
int |
PaddedBufferedBlockCipher.doFinal(byte[] out,
int outOff) |
Process the last block in the buffer.
|
int |
BlockCipherPadding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|
int |
ISO10126d2Padding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|
int |
ISO7816d4Padding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|
int |
PKCS7Padding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|
int |
TBCPadding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|
int |
X923Padding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|
int |
ZeroBytePadding.padCount(byte[] in) |
return the number of pad bytes present in the block.
|