\Threema\MsgApi\ToolsEncryptResult

Result of a Data Encryption

Summary

Methods
Properties
Constants
__construct()
getSize()
getKey()
getNonce()
getData()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$data
$key
$nonce
$size
N/A

Properties

$data

$data : string

Type

string — as binary

$key

$key : string

Type

string — as binary

$nonce

$nonce : string

Type

string — as binary

$size

$size : integer

Type

integer

Methods

__construct()

__construct(string  $data, string  $key, string  $nonce, integer  $size) 

Parameters

string $data

(binary)

string $key

(binary)

string $nonce

(binary)

integer $size

getSize()

getSize() : integer

Returns

integer

getKey()

getKey() : string

Returns

string —

(binary)

getNonce()

getNonce() : string

Returns

string —

(binary)

getData()

getData() : string

Returns

string —

(binary)