SwiftZip Documentation Beta

Structure Zip​Stat.​Encryption​Method

public struct EncryptionMethod: RawRepresentable, Equatable

An encryption method.

%3 ZipStat.EncryptionMethod ZipStat.EncryptionMethod Equatable Equatable ZipStat.EncryptionMethod->Equatable RawRepresentable RawRepresentable ZipStat.EncryptionMethod->RawRepresentable

Member Of

ZipStat

Properties of the archive etry.

Conforms To

Equatable
RawRepresentable

Initializers

init(raw​Value:​)

public init(rawValue: UInt16)

Properties

raw​Value

let rawValue: UInt16

none

let none

Not encrypted.

pkware

let pkware

Traditional PKWARE encryption.

aes128

let aes128

Winzip AES-128 encryption.

aes192

let aes192

Winzip AES-192 encryption.

aes256

let aes256

Winzip AES-256 encryption.