EncryptionAlgorithm
Properties
-
$_TSPEC
: mixed
-
$AES_GCM_CTR_V1
: AesGcmCtrV1
-
$AES_GCM_V1
: AesGcmV1
-
$isValidate
: mixed
Methods
-
__construct()
: mixed
-
getName()
: mixed
-
read()
: mixed
-
write()
: mixed
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'AES_GCM_V1', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\AesGcmV1'], 2 => ['var' => 'AES_GCM_CTR_V1', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRUCT, 'class' => '\Flow\Parquet\Thrift\AesGcmCtrV1']]
$AES_GCM_CTR_V1
public
AesGcmCtrV1
$AES_GCM_CTR_V1
$AES_GCM_V1
public
AesGcmV1
$AES_GCM_V1
$isValidate
public
static mixed
$isValidate
= false
__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
-