Uses of Class
com.aspose.zip.EncryptionSettings
-
-
Uses of EncryptionSettings in com.aspose.zip
Subclasses of EncryptionSettings in com.aspose.zip Modifier and Type Class Description classAesEncryptionSettingsSettings for AES encryption and decryption algorithms within a ZIP archive.classTraditionalEncryptionSettingsSettings for traditional ZipCrypto algorithm within a ZIP archive.Methods in com.aspose.zip that return EncryptionSettings Modifier and Type Method Description EncryptionSettingsArchiveSaveOptions. getEncryptionOptions()Gets encryption settings for saving existing ZIP archive.EncryptionSettingsArchiveEntryEncrypted. getEncryptionSettings()Gets settings for encryption or decryption.EncryptionSettingsArchiveEntrySettings. getEncryptionSettings()Gets settings for encryption or decryption.Methods in com.aspose.zip with parameters of type EncryptionSettings Modifier and Type Method Description voidArchiveSaveOptions. setEncryptionOptions(EncryptionSettings value)Sets encryption settings for saving existing ZIP archive.Constructors in com.aspose.zip with parameters of type EncryptionSettings Constructor Description ArchiveEntrySettings(CompressionSettings compressionSettings, EncryptionSettings encryptionSettings)Initializes a new instance of theArchiveEntrySettingsclass.
-