Uses of Record Class
org.pwss.quarantineManager_aes.dto.MetaDataResult
Packages that use MetaDataResult
-
Uses of MetaDataResult in org.pwss.quarantineManager_aes
Methods in org.pwss.quarantineManager_aes that return MetaDataResultModifier and TypeMethodDescriptionfinal MetaDataResultFileQuarantineManager.quarantine(Path fileToQuarantine) Quarantines a file by encrypting it, generating and storing an AES key, deleting the original file, and saving metadata.final MetaDataResultFileQuarantineManager.unquarantine(String keyPath) Unquarantines a file by decrypting it using the corresponding key, restoring the original file, deleting the encrypted file and its key, and removing metadata.