Uses of Class
org.bouncycastle.crypto.InvalidCipherTextException
-
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidCipherTextException Modifier and Type Method Description byte[]
BufferedAsymmetricBlockCipher. doFinal()
process the contents of the buffer using the underlying cipher.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. -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.encodings
Methods in org.bouncycastle.crypto.encodings that throw InvalidCipherTextException Modifier and Type Method Description byte[]
OAEPEncoding. decodeBlock(byte[] in, int inOff, int inLen)
byte[]
OAEPEncoding. encodeBlock(byte[] in, int inOff, int inLen)
byte[]
ISO9796d1Encoding. processBlock(byte[] in, int inOff, int inLen)
byte[]
OAEPEncoding. processBlock(byte[] in, int inOff, int inLen)
byte[]
PKCS1Encoding. processBlock(byte[] in, int inOff, int inLen)
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines that throw InvalidCipherTextException Modifier and Type Method Description byte[]
NaccacheSternEngine. addCryptedBlocks(byte[] block1, byte[] block2)
Adds the contents of two encrypted blocks mod sigmabyte[]
EthereumIESEngine. processBlock(byte[] in, int inOff, int inLen)
byte[]
IESEngine. processBlock(byte[] in, int inOff, int inLen)
byte[]
NaccacheSternEngine. processBlock(byte[] in, int inOff, int len)
Process a single Block using the Naccache-Stern algorithm.byte[]
SM2Engine. processBlock(byte[] in, int inOff, int inLen)
byte[]
NaccacheSternEngine. processData(byte[] data)
Convenience Method for data exchange with the cipher.byte[]
DESedeWrapEngine. unwrap(byte[] in, int inOff, int inLen)
Method unwrapbyte[]
DSTU7624WrapEngine. unwrap(byte[] in, int inOff, int inLen)
byte[]
GOST28147WrapEngine. unwrap(byte[] input, int inOff, int inLen)
byte[]
RC2WrapEngine. unwrap(byte[] in, int inOff, int inLen)
Method unwrapbyte[]
RFC3211WrapEngine. unwrap(byte[] in, int inOff, int inLen)
byte[]
RFC3394WrapEngine. unwrap(byte[] in, int inOff, int inLen)
byte[]
RFC5649WrapEngine. unwrap(byte[] in, int inOff, int inLen)
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.modes
Methods in org.bouncycastle.crypto.modes that throw InvalidCipherTextException Modifier and Type Method Description int
AEADCipher. 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
ChaCha20Poly1305. doFinal(byte[] out, int outOff)
int
CTSBlockCipher. doFinal(byte[] out, int outOff)
Process the last block in the buffer.int
EAXBlockCipher. doFinal(byte[] out, int outOff)
int
GCMBlockCipher. doFinal(byte[] out, int outOff)
int
KCCMBlockCipher. doFinal(byte[] out, int outOff)
int
KGCMBlockCipher. doFinal(byte[] out, int outOff)
int
NISTCTSBlockCipher. doFinal(byte[] out, int outOff)
Process the last block in the buffer.int
OCBBlockCipher. doFinal(byte[] output, int outOff)
int
OldCTSBlockCipher. doFinal(byte[] out, int outOff)
Process the last block in the buffer.int
PaddedBlockCipher. doFinal(byte[] out, int outOff)
Deprecated.Process the last block in the buffer.byte[]
CCMBlockCipher. processPacket(byte[] in, int inOff, int inLen)
Process a packet of data for either CCM decryption or encryption.int
CCMBlockCipher. processPacket(byte[] in, int inOff, int inLen, byte[] output, int outOff)
Process a packet of data for either CCM decryption or encryption.int
KCCMBlockCipher. processPacket(byte[] in, int inOff, int len, byte[] out, int outOff)
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.paddings
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. -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.signers
Methods in org.bouncycastle.crypto.signers that throw InvalidCipherTextException Modifier and Type Method Description void
ISO9796d2PSSSigner. updateWithRecoveredMessage(byte[] signature)
void
ISO9796d2Signer. updateWithRecoveredMessage(byte[] signature)
-
Uses of InvalidCipherTextException in org.bouncycastle.pqc.crypto
Methods in org.bouncycastle.pqc.crypto that throw InvalidCipherTextException Modifier and Type Method Description byte[]
MessageEncryptor. messageDecrypt(byte[] cipher)
-
Uses of InvalidCipherTextException in org.bouncycastle.pqc.crypto.mceliece
Methods in org.bouncycastle.pqc.crypto.mceliece that throw InvalidCipherTextException Modifier and Type Method Description byte[]
McElieceCipher. messageDecrypt(byte[] input)
Decrypt a cipher text.byte[]
McElieceFujisakiCipher. messageDecrypt(byte[] input)
byte[]
McElieceKobaraImaiCipher. messageDecrypt(byte[] input)
byte[]
McEliecePointchevalCipher. messageDecrypt(byte[] input)
-
Uses of InvalidCipherTextException in org.bouncycastle.pqc.crypto.ntru
Methods in org.bouncycastle.pqc.crypto.ntru that throw InvalidCipherTextException Modifier and Type Method Description byte[]
NTRUEngine. processBlock(byte[] in, int inOff, int len)
-