Package com.aspose.zip
Class ArchiveEntryEncrypted
- java.lang.Object
-
- com.aspose.zip.ArchiveEntry
-
- com.aspose.zip.ArchiveEntryEncrypted
-
- All Implemented Interfaces:
IArchiveFileEntry
public final class ArchiveEntryEncrypted extends ArchiveEntry
Zip entry that needs to be compressed with encryption or decompressed with decryption.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionSettingsgetEncryptionSettings()Gets settings for encryption or decryption.-
Methods inherited from class com.aspose.zip.ArchiveEntry
extract, extract, extract, extract, getComment, getCompressedSize, getCompressionProgressed, getCompressionSettings, getDataSource, getExtractionProgressed, getLength, getModificationTime, getName, getUncompressedSize, isDirectory, open, open, setCompressionProgressed, setExtractionProgressed, setModificationTime
-
-
-
-
Method Detail
-
getEncryptionSettings
public final EncryptionSettings getEncryptionSettings()
Gets settings for encryption or decryption.
- Returns:
- settings for encryption or decryption.
-
-