RawDecryptRequest class

Request message for KeyManagementService.RawDecrypt.

Constructors

RawDecryptRequest({String? additionalAuthenticatedData, String? additionalAuthenticatedDataCrc32c, String? ciphertext, String? ciphertextCrc32c, String? initializationVector, String? initializationVectorCrc32c, int? tagLength})
RawDecryptRequest.fromJson(Map json_)

Properties

additionalAuthenticatedData String?
Optional data that must match the data originally supplied in RawEncryptRequest.additional_authenticated_data.
getter/setter pair
additionalAuthenticatedDataAsBytes List<int>
getter/setter pair
additionalAuthenticatedDataCrc32c String?
An optional CRC32C checksum of the RawDecryptRequest.additional_authenticated_data.
getter/setter pair
ciphertext String?
The encrypted data originally returned in RawEncryptResponse.ciphertext.
getter/setter pair
ciphertextAsBytes List<int>
getter/setter pair
ciphertextCrc32c String?
An optional CRC32C checksum of the RawDecryptRequest.ciphertext.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initializationVector String?
The initialization vector (IV) used during encryption, which must match the data originally provided in RawEncryptResponse.initialization_vector.
getter/setter pair
initializationVectorAsBytes List<int>
getter/setter pair
initializationVectorCrc32c String?
An optional CRC32C checksum of the RawDecryptRequest.initialization_vector.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagLength int?
The length of the authentication tag that is appended to the end of the ciphertext.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited