RawEncryptResponse
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
getInitializationVectorCrc32c()
No description
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
bool
getVerifiedAdditionalAuthenticatedDataCrc32c()
No description
setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c)
No description
bool
getVerifiedInitializationVectorCrc32c()
No description
setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c)
No description
bool
getVerifiedPlaintextCrc32c()
No description
Details
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
getInitializationVectorCrc32c()
No description
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
bool
getVerifiedAdditionalAuthenticatedDataCrc32c()
No description
setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c)
No description
bool
getVerifiedInitializationVectorCrc32c()
No description
setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c)
No description
bool
getVerifiedPlaintextCrc32c()
No description