SigV4 class
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
Static Methods
-
-
-
buildCanonicalQueryString(Map<String, String>? queryParams)
→ String
-
-
buildCanonicalRequest(String? method, String path, Map<String, String>? queryParams, String payload)
→ 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>
-