EncryptRequest class
Request message for KeyManagementService.Encrypt.
Constructors
- EncryptRequest({String? additionalAuthenticatedData, String? additionalAuthenticatedDataCrc32c, String? plaintext, String? plaintextCrc32c})
- EncryptRequest.fromJson(Map json_)
Properties
- additionalAuthenticatedData ↔ String?
-
Optional data that, if specified, must also be provided during decryption
through DecryptRequest.additional_authenticated_data.
getter/setter pair
-
additionalAuthenticatedDataAsBytes
↔ List<
int> -
getter/setter pair
- additionalAuthenticatedDataCrc32c ↔ String?
-
An optional CRC32C checksum of the
EncryptRequest.additional_authenticated_data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- plaintext ↔ String?
-
The data to encrypt.
getter/setter pair
-
plaintextAsBytes
↔ List<
int> -
getter/setter pair
- plaintextCrc32c ↔ String?
-
An optional CRC32C checksum of the EncryptRequest.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