GetParametersForImportResponse class

Constructors

GetParametersForImportResponse({Uint8List? importToken, String? keyId, DateTime? parametersValidTo, Uint8List? publicKey})
GetParametersForImportResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
importToken Uint8List?
The import token to send in a subsequent ImportKeyMaterial request.
final
keyId String?
The Amazon Resource Name (key ARN) of the CMK to use in a subsequent ImportKeyMaterial request. This is the same CMK specified in the GetParametersForImport request.
final
parametersValidTo DateTime?
The time at which the import token and public key are no longer valid. After this time, you cannot use them to make an ImportKeyMaterial request and you must send another GetParametersForImport request to get new ones.
final
publicKey Uint8List?
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
final
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
toString() String
A string representation of this object.
inherited

Operators

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