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 TypeMethodDescriptionintBufferedBlockCipher.doFinal(byte[] out, int outOff) intDefaultBufferedBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intDefaultBufferedMultiBlockCipher.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) voidSignerWithRecovery.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 TypeMethodDescriptionintAEADCipher.doFinal(byte[] out, int outOff) Finish the operation either appending or verifying the MAC at the end of the data.intCCMBlockCipher.doFinal(byte[] out, int outOff) intEAXBlockCipher.doFinal(byte[] out, int outOff) intGCMBlockCipher.doFinal(byte[] out, int outOff) intOCBBlockCipher.doFinal(byte[] output, int outOff) intCCMBlockCipher.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 TypeMethodDescriptionintPaddedBufferedBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intPaddedBufferedMultiBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intBlockCipherPadding.padCount(byte[] in) return the number of pad bytes present in the block.intISO10126d2Padding.padCount(byte[] in) return the number of pad bytes present in the block.intISO7816d4Padding.padCount(byte[] in) return the number of pad bytes present in the block.intPKCS7Padding.padCount(byte[] in) return the number of pad bytes present in the block.intTBCPadding.padCount(byte[] in) return the number of pad bytes present in the block.intX923Padding.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 TypeMethodDescriptionvoidBaseISO9796d2PSSSigner.updateWithRecoveredMessage(byte[] signature) voidBaseISO9796d2Signer.updateWithRecoveredMessage(byte[] signature) -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.internal.wrappers
Methods in org.bouncycastle.crypto.internal.wrappers that throw InvalidCipherTextException