Uses of Class
org.bouncycastle.crypto.InvalidCipherTextException
Packages that use InvalidCipherTextException
Package
Description
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]BufferedAsymmetricBlockCipher.doFinal()process the contents of the buffer using the underlying cipher.intBufferedBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intDefaultBufferedBlockCipher.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.encodings
Methods in org.bouncycastle.crypto.encodings that throw InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]NaccacheSternEngine.addCryptedBlocks(byte[] block1, byte[] block2) Adds the contents of two encrypted blocks mod sigmaintAsconEngine.doFinal(byte[] outBytes, int outOff) intElephantEngine.doFinal(byte[] output, int outOff) intGrain128AEADEngine.doFinal(byte[] out, int outOff) intISAPEngine.doFinal(byte[] output, int outOff) intPhotonBeetleEngine.doFinal(byte[] output, int outOff) intSparkleEngine.doFinal(byte[] out, int outOff) intXoodyakEngine.doFinal(byte[] output, int outOff) byte[]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.hpke
Methods in org.bouncycastle.crypto.hpke that throw InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]AEAD.open(byte[] aad, byte[] ct) byte[]AEAD.open(byte[] aad, byte[] ct, int ctOffset, int ctLength) byte[]HPKE.open(byte[] enc, AsymmetricCipherKeyPair skR, byte[] info, byte[] aad, byte[] ct, byte[] psk, byte[] pskId, AsymmetricKeyParameter pkS) byte[]HPKEContext.open(byte[] aad, byte[] ct) byte[]HPKEContext.open(byte[] aad, byte[] ct, int ctOffset, int ctLength) byte[]AEAD.seal(byte[] aad, byte[] pt) byte[]AEAD.seal(byte[] aad, byte[] pt, int ptOffset, int ptLength) byte[][]HPKE.seal(AsymmetricKeyParameter pkR, byte[] info, byte[] aad, byte[] pt, byte[] psk, byte[] pskId, AsymmetricCipherKeyPair skS) byte[]HPKEContext.seal(byte[] aad, byte[] message) byte[]HPKEContext.seal(byte[] aad, byte[] pt, int ptOffset, int ptLength) -
Uses of InvalidCipherTextException in org.bouncycastle.crypto.modes
Methods in org.bouncycastle.crypto.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) intChaCha20Poly1305.doFinal(byte[] out, int outOff) intCTSBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intEAXBlockCipher.doFinal(byte[] out, int outOff) intGCMBlockCipher.doFinal(byte[] out, int outOff) intGCMSIVBlockCipher.doFinal(byte[] pOutput, int pOffset) intKCCMBlockCipher.doFinal(byte[] out, int outOff) intKGCMBlockCipher.doFinal(byte[] out, int outOff) intNISTCTSBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intOCBBlockCipher.doFinal(byte[] output, int outOff) intOldCTSBlockCipher.doFinal(byte[] out, int outOff) Process the last block in the buffer.intPaddedBlockCipher.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.intCCMBlockCipher.processPacket(byte[] in, int inOff, int inLen, byte[] output, int outOff) Process a packet of data for either CCM decryption or encryption.intKCCMBlockCipher.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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionintPaddedBufferedBlockCipher.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.intZeroBytePadding.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 InvalidCipherTextExceptionModifier and TypeMethodDescriptionvoidISO9796d2PSSSigner.updateWithRecoveredMessage(byte[] signature) voidISO9796d2Signer.updateWithRecoveredMessage(byte[] signature) -
Uses of InvalidCipherTextException in org.bouncycastle.pqc.crypto
Methods in org.bouncycastle.pqc.crypto that throw InvalidCipherTextException -
Uses of InvalidCipherTextException in org.bouncycastle.pqc.legacy.crypto.mceliece
Methods in org.bouncycastle.pqc.legacy.crypto.mceliece that throw InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]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.legacy.crypto.ntru
Methods in org.bouncycastle.pqc.legacy.crypto.ntru that throw InvalidCipherTextException