RawEncryptRequest class

Request message for KeyManagementService.RawEncrypt.

Constructors

RawEncryptRequest({String? additionalAuthenticatedData, String? additionalAuthenticatedDataCrc32c, String? initializationVector, String? initializationVectorCrc32c, String? plaintext, String? plaintextCrc32c})
RawEncryptRequest.fromJson(Map json_)

Properties

additionalAuthenticatedData String?
Optional data that, if specified, must also be provided during decryption through RawDecryptRequest.additional_authenticated_data.
getter/setter pair
additionalAuthenticatedDataAsBytes List<int>
getter/setter pair
additionalAuthenticatedDataCrc32c String?
An optional CRC32C checksum of the RawEncryptRequest.additional_authenticated_data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initializationVector String?
A customer-supplied initialization vector that will be used for encryption.
getter/setter pair
initializationVectorAsBytes List<int>
getter/setter pair
initializationVectorCrc32c String?
An optional CRC32C checksum of the RawEncryptRequest.initialization_vector.
getter/setter pair
plaintext String?
The data to encrypt.
getter/setter pair
plaintextAsBytes List<int>
getter/setter pair
plaintextCrc32c String?
An optional CRC32C checksum of the RawEncryptRequest.plaintext.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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