Structure
ZipStat.EncryptionMethod
public struct EncryptionMethod: RawRepresentable, Equatable
An encryption method.
Relationships
Member Of
ZipStat
Properties of the archive etry.
Conforms To
Equatable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: UInt16)
Properties
rawValue
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.