class RawEncryptResponse extends Model (View source)

Properties

string $ciphertext
string $ciphertextCrc32c
string $initializationVector
string $initializationVectorCrc32c
string $name
string $protectionLevel
int $tagLength
bool $verifiedAdditionalAuthenticatedDataCrc32c
bool $verifiedInitializationVectorCrc32c
bool $verifiedPlaintextCrc32c

Methods

setCiphertext($ciphertext)

No description

string
getCiphertext()

No description

setCiphertextCrc32c($ciphertextCrc32c)

No description

string
getCiphertextCrc32c()

No description

setInitializationVector($initializationVector)

No description

string
getInitializationVector()

No description

setInitializationVectorCrc32c($initializationVectorCrc32c)

No description

string
setName($name)

No description

string
getName()

No description

setProtectionLevel($protectionLevel)

No description

string
getProtectionLevel()

No description

setTagLength($tagLength)

No description

int
getTagLength()

No description

setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c)

No description

setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c)

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

setInitializationVector($initializationVector)

No description

Parameters

$initializationVector

string getInitializationVector()

No description

Return Value

string

setInitializationVectorCrc32c($initializationVectorCrc32c)

No description

Parameters

$initializationVectorCrc32c

string getInitializationVectorCrc32c()

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

setTagLength($tagLength)

No description

Parameters

$tagLength

int getTagLength()

No description

Return Value

int

setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c)

No description

Parameters

$verifiedAdditionalAuthenticatedDataCrc32c

bool getVerifiedAdditionalAuthenticatedDataCrc32c()

No description

Return Value

bool

setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c)

No description

Parameters

$verifiedInitializationVectorCrc32c

bool getVerifiedInitializationVectorCrc32c()

No description

Return Value

bool

setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c)

No description

Parameters

$verifiedPlaintextCrc32c

bool getVerifiedPlaintextCrc32c()

No description

Return Value

bool