Uses of Class
org.bouncycastle.crypto.internal.InvalidCipherTextException
Packages that use InvalidCipherTextException
Package
Description
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal that throw InvalidCipherTextExceptionModifier and TypeMethodDescriptionint
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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]
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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionint
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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionint
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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionvoid
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