GcpWrappedKeyInfo class

Information about the Google Cloud Platform wrapped key.

Constructors

GcpWrappedKeyInfo({String? encryptedDek, String? kekUri, String? keyType, String? wipProvider})
GcpWrappedKeyInfo.fromJson(Map json_)

Properties

encryptedDek String?
The base64 encoded encrypted data encryption key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kekUri String?
Google Cloud Platform [Cloud Key Management Service resource ID](//cloud.google.com/kms/docs/getting-resource-ids).
getter/setter pair
keyType String?
The type of algorithm used to encrypt the data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wipProvider String?
The [Workload Identity](//cloud.google.com/iam/docs/workload-identity-federation) pool provider required to use KEK.
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