Uses of Class
org.bouncycastle.crypto.internal.InvalidCipherTextException
-
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal 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. -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal.encodings
Methods in org.bouncycastle.crypto.internal.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[]
OAEPEncoding. processBlock(byte[] in, int inOff, int inLen)
byte[]
PKCS1Encoding. processBlock(byte[] in, int inOff, int inLen)
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal.modes
Methods in org.bouncycastle.crypto.internal.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
EAXBlockCipher. doFinal(byte[] out, int outOff)
int
GCMBlockCipher. doFinal(byte[] out, int outOff)
int
OCBBlockCipher. doFinal(byte[] output, int outOff)
int
CCMBlockCipher. processPacket(byte[] in, int inOff, int inLen, byte[] output, int outOff)
Process a packet of data for either CCM decryption or encryption. -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal.paddings
Methods in org.bouncycastle.crypto.internal.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 blockint
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. -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal.signers
Methods in org.bouncycastle.crypto.internal.signers that throw InvalidCipherTextException Modifier and Type Method Description void
BaseISO9796d2PSSSigner. updateWithRecoveredMessage(byte[] signature)
void
BaseISO9796d2Signer. updateWithRecoveredMessage(byte[] signature)
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal.wrappers
Methods in org.bouncycastle.crypto.internal.wrappers that throw InvalidCipherTextException Modifier and Type Method Description byte[]
SP80038FWrapEngine. unwrap(byte[] in, int inOff, int inLen)
byte[]
SP80038FWrapWithPaddingEngine. unwrap(byte[] in, int inOff, int inLen)
-