SigV4 class

Constructors

SigV4()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

buildAuthorizationHeader(String accessKey, String credentialScope, Map<String, String?> headers, String signature) String
buildCanonicalHeaders(Map<String, String?> headers) String
buildCanonicalQueryString(Map<String, String>? queryParams) String
buildCanonicalRequest(String? method, String path, Map<String, String>? queryParams, Map<String, String?> headers, String payload) String
buildCanonicalSignedHeaders(Map<String, String?> headers) String
buildCanonicalUri(String uri) String
buildCredentialScope(String datetime, String region, String service) String
buildStringToSign(String datetime, String? credentialScope, String? hashedCanonicalRequest) String
calculateSignature(List<int> signingKey, String stringToSign) String
calculateSigningKey(String secretKey, String datetime, String region, String service) List<int>
generateDatetime() String
hash(List<int> value) List<int>
Creates a combined hash code for a number of objects.
override
hashCanonicalRequest(String request) String
hexEncode(List<int> value) String
sign(List<int> key, String message) List<int>