class RawDecryptResponse extends Model (View source)

Properties

string $plaintext
string $plaintextCrc32c
string $protectionLevel
bool $verifiedAdditionalAuthenticatedDataCrc32c
bool $verifiedCiphertextCrc32c
bool $verifiedInitializationVectorCrc32c

Methods

setPlaintext($plaintext)

No description

string
getPlaintext()

No description

setPlaintextCrc32c($plaintextCrc32c)

No description

string
getPlaintextCrc32c()

No description

setProtectionLevel($protectionLevel)

No description

string
getProtectionLevel()

No description

setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c)

No description

setVerifiedCiphertextCrc32c($verifiedCiphertextCrc32c)

No description

bool
getVerifiedCiphertextCrc32c()

No description

setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c)

No description

Details

setPlaintext($plaintext)

No description

Parameters

$plaintext

string getPlaintext()

No description

Return Value

string

setPlaintextCrc32c($plaintextCrc32c)

No description

Parameters

$plaintextCrc32c

string getPlaintextCrc32c()

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

setVerifiedCiphertextCrc32c($verifiedCiphertextCrc32c)

No description

Parameters

$verifiedCiphertextCrc32c

bool getVerifiedCiphertextCrc32c()

No description

Return Value

bool

setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c)

No description

Parameters

$verifiedInitializationVectorCrc32c

bool getVerifiedInitializationVectorCrc32c()

No description

Return Value

bool