AesGcmCtrV1
Properties
- $_TSPEC : mixed
- $aad_file_unique : string
- Unique file identifier part of AAD suffix *.
- $aad_prefix : string
- AAD prefix *.
- $isValidate : mixed
- $supply_aad_prefix : bool
- In files encrypted with AAD prefix without storing it, readers must supply the prefix *.
Methods
- __construct() : mixed
- getName() : mixed
- read() : mixed
- write() : mixed
Properties
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'aad_prefix', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRING], 2 => ['var' => 'aad_file_unique', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRING], 3 => ['var' => 'supply_aad_prefix', 'isRequired' => false, 'type' => \Thrift\Type\TType::BOOL]]
$aad_file_unique
Unique file identifier part of AAD suffix *.
public
string
$aad_file_unique
$aad_prefix
AAD prefix *.
public
string
$aad_prefix
$isValidate
public
static mixed
$isValidate
= false
$supply_aad_prefix
In files encrypted with AAD prefix without storing it, readers must supply the prefix *.
public
bool
$supply_aad_prefix
Methods
__construct()
public
__construct([mixed $vals = null ]) : mixed
Parameters
- $vals : mixed = null
getName()
public
getName() : mixed
read()
public
read(mixed $input) : mixed
Parameters
- $input : mixed
write()
public
write(mixed $output) : mixed
Parameters
- $output : mixed