Uses of Class
org.bouncycastle.crypto.InvalidCipherTextException
-
Packages that use InvalidCipherTextException Package Description org.bouncycastle.crypto 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 InvalidCipherTextException Modifier and Type Method Description byte[]SingleBlockDecryptor. decryptBlock(byte[] bytes, int offSet, int length)Decrypt a single block of data, returning the result.SecretWithEncapsulationEncapsulatedSecretExtractor. extractSecret(byte[] encapsulation, int offset, int length)Open up an encapsulation and extract the key material it contains.
-