Uses of Class
org.bouncycastle.crypto.InvalidCipherTextException
Packages that use InvalidCipherTextException
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of InvalidCipherTextException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidCipherTextExceptionModifier and TypeMethodDescriptionbyte[]
SingleBlockDecryptor.decryptBlock
(byte[] bytes, int offSet, int length) Decrypt a single block of data, returning the result.EncapsulatedSecretExtractor.extractSecret
(byte[] encapsulation, int offset, int length) Open up an encapsulation and extract the key material it contains.