\PhpZip\IO\Filter\Cipher\WinZipAesWinZipAesEncryptionStreamFilter

Encrypt WinZip AES stream.

Summary

Methods
Properties
Constants
register()
onCreate()
filter()
No public properties found
FILTER_NAME
No protected methods found
No protected properties found
N/A
No private methods found
$buffer
$remaining
$entry
$size
$context
N/A

Constants

FILTER_NAME

FILTER_NAME = 'phpzip.encryption.winzipaes'

Properties

$buffer

$buffer : string

Type

string

$remaining

$remaining : int

Type

int

$entry

$entry : \PhpZip\Model\ZipEntry

Type

ZipEntry

$size

$size : int

Type

int

$context

$context : \PhpZip\IO\Filter\Cipher\WinZipAes\WinZipAesContext|null

Type

WinZipAesContext|null

Methods

register()

register() : bool

Returns

bool —

onCreate()

onCreate() : bool

Returns

bool —

filter()

filter(resource  $in, resource  $out, int  $consumed, bool  $closing) : int

Parameters

resource $in
resource $out
int $consumed
bool $closing

Returns

int —