SigV4RequestSigner class

Constructors

SigV4RequestSigner({required String region, required String accessKeyId, required String secretAccessKey, String? sessionToken = null, int? expires = 299})

Properties

accessKeyId String
getter/setter pair
DEFAULT_ALGORITHM String
final
DEFAULT_SERVICE String
final
expires int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
region String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretAccessKey String
getter/setter pair
sessionToken String?
getter/setter pair

Methods

createHeadersString(Map<String, dynamic> headers) String
createQueryString(Map<String, dynamic> queryParams) String
getDateString(DateTime date) String
getDateTimeString(DateTime date) String
getSignatureKey(String dateString, String secretAccessKey, String region, String service) Future<Uint8List>
getSignedURL(String endpoint, Map<String, dynamic> queryParams, {DateTime? date}) Future<String>
hmac(dynamic key, String message) Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sha(String message) Future<String>
toHex(ByteBuffer buffer) String
toString() String
A string representation of this object.
inherited

Operators

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