class EncryptResponse extends Model (View source)

Properties

string $ciphertext
string $ciphertextCrc32c
string $name
string $protectionLevel
bool $verifiedAdditionalAuthenticatedDataCrc32c
bool $verifiedPlaintextCrc32c

Methods

setCiphertext($ciphertext)

No description

string
getCiphertext()

No description

setCiphertextCrc32c($ciphertextCrc32c)

No description

string
getCiphertextCrc32c()

No description

setName($name)

No description

string
getName()

No description

setProtectionLevel($protectionLevel)

No description

string
getProtectionLevel()

No description

setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c)

No description

setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c)

No description

bool
getVerifiedPlaintextCrc32c()

No description

Details

setCiphertext($ciphertext)

No description

Parameters

$ciphertext

string getCiphertext()

No description

Return Value

string

setCiphertextCrc32c($ciphertextCrc32c)

No description

Parameters

$ciphertextCrc32c

string getCiphertextCrc32c()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setProtectionLevel($protectionLevel)

No description

Parameters

$protectionLevel

string getProtectionLevel()

No description

Return Value

string

setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c)

No description

Parameters

$verifiedAdditionalAuthenticatedDataCrc32c

bool getVerifiedAdditionalAuthenticatedDataCrc32c()

No description

Return Value

bool

setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c)

No description

Parameters

$verifiedPlaintextCrc32c

bool getVerifiedPlaintextCrc32c()

No description

Return Value

bool