RawEncryptResponse class
Response message for KeyManagementService.RawEncrypt.
Constructors
- RawEncryptResponse({String? ciphertext, String? ciphertextCrc32c, String? initializationVector, String? initializationVectorCrc32c, String? name, String? protectionLevel, int? tagLength, bool? verifiedAdditionalAuthenticatedDataCrc32c, bool? verifiedInitializationVectorCrc32c, bool? verifiedPlaintextCrc32c})
- RawEncryptResponse.fromJson(Map json_)
Properties
- ciphertext ↔ String?
-
The encrypted data.
getter/setter pair
-
ciphertextAsBytes
↔ List<
int> -
getter/setter pair
- ciphertextCrc32c ↔ String?
-
Integrity verification field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initializationVector ↔ String?
-
The initialization vector (IV) generated by the service during encryption.
getter/setter pair
-
initializationVectorAsBytes
↔ List<
int> -
getter/setter pair
- initializationVectorCrc32c ↔ String?
-
Integrity verification field.
getter/setter pair
- name ↔ String?
-
The resource name of the CryptoKeyVersion used in encryption.
getter/setter pair
- protectionLevel ↔ String?
-
The ProtectionLevel of the CryptoKeyVersion used in encryption.
Possible string values are:
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
- verifiedAdditionalAuthenticatedDataCrc32c ↔ bool?
-
Integrity verification field.
getter/setter pair
- verifiedInitializationVectorCrc32c ↔ bool?
-
Integrity verification field.
getter/setter pair
- verifiedPlaintextCrc32c ↔ bool?
-
Integrity verification field.
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