Uses of Class
com.dracoon.sdk.crypto.model.PlainDataContainer
Packages that use PlainDataContainer
-
Uses of PlainDataContainer in com.dracoon.sdk.crypto
Methods in com.dracoon.sdk.crypto that return PlainDataContainerModifier 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.FileDecryptionCipher.processBytes(EncryptedDataContainer encData) Decrypts some bytes.
IMPORTANT!!!: After all encrypted bytes have been processed,doFinalmust be called to complete the decryption.Methods in com.dracoon.sdk.crypto with parameters of type PlainDataContainerModifier and TypeMethodDescriptionFileEncryptionCipher.processBytes(PlainDataContainer plainData) Encrypts some bytes.
IMPORTANT!!!: After all plain bytes have been processed,doFinalmust be called to complete the encryption. -
Uses of PlainDataContainer in com.dracoon.sdk.crypto.internal
Methods in com.dracoon.sdk.crypto.internal that return PlainDataContainerModifier and TypeMethodDescriptionAesGcmFileDecryptionCipher.doFinal(EncryptedDataContainer encData) AesGcmFileDecryptionCipher.processBytes(EncryptedDataContainer encData) Methods in com.dracoon.sdk.crypto.internal with parameters of type PlainDataContainerModifier and TypeMethodDescriptionAesGcmFileEncryptionCipher.processBytes(PlainDataContainer plainData)