enum Zip::EncryptionMethod

Overview

Encryption method used by file. Used to interpret enc_method field of LibZip::Stat structure.

Defined in:

zip/constants.cr

Enum Members

NONE = 0

not encrypted

TRAD_PKWARE = 1

traditional PKWARE encryption

UNKNOWN = 65535

unknown algorithm

Instance Method Summary

Instance Method Detail

def none? #

[View source]
def trad_pkware? #

[View source]
def unknown? #

[View source]