Uses of Class
com.dracoon.sdk.crypto.error.BadFileException
Packages that use BadFileException
-
Uses of BadFileException in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that throw BadFileExceptionModifier and TypeMethodDescriptionFileDecryptionCipher.doFinal(EncryptedDataContainer encData) Completes the decryption and verifies the integrity of decrypted bytes.
After this method is called no further calls ofprocessBytesanddoFinalare possible. -
Uses of BadFileException in com.dracoon.sdk.crypto.internal
Methods in com.dracoon.sdk.crypto.internal that throw BadFileExceptionModifier and TypeMethodDescriptionAesGcmFileDecryptionCipher.doFinal(EncryptedDataContainer encData) protected byte[]AesGcmFileCipher.process(byte[] block, boolean isLastBlock)