ArchiveEntryEncrypted

Inheritance: java.lang.Object, com.aspose.zip.ArchiveEntry

public final class ArchiveEntryEncrypted extends ArchiveEntry

Zip entry that needs to be compressed with encryption or decompressed with decryption.

Methods

MethodDescription
getEncryptionSettings()Gets settings for encryption or decryption.

getEncryptionSettings()

public final EncryptionSettings getEncryptionSettings()

Gets settings for encryption or decryption.

Returns: EncryptionSettings - settings for encryption or decryption.