- canonicalHeaders
string canonicalHeaders(string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- canonicalQueryString
string canonicalQueryString(string[string] queryParameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- createSignatureHeader
string createSignatureHeader(string accessKeyID, string credentialScope, string[string] reqHeaders, ubyte[] signature)
CredentialScope == date / region / service / aws4_request
- dateFromISOString
string dateFromISOString(string iso)
Undocumented in source. Be warned that the author may not have intended to support it.
- hash
string hash(ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- hmacSha256Sign
string hmacSha256Sign(ubyte[32] key, ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- hmacSha256Sign
string hmacSha256Sign(ubyte[32] key, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- hmac_sha256
ubyte[32] hmac_sha256(ubyte[] key, ubyte[] message)
Undocumented in source.
- makeCRSigV4
string makeCRSigV4(CanonicalRequest r)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestString
string requestString(CanonicalRequest r)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPayload
void setPayload(CanonicalRequest req, ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStreamingPayloadHash
void setStreamingPayloadHash(CanonicalRequest req, string decodedLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- signableString
string signableString(SignableRequest r)
Undocumented in source. Be warned that the author may not have intended to support it.
- signableString
string signableString(SignableChunk c)
Undocumented in source. Be warned that the author may not have intended to support it.
- signedHeaders
string signedHeaders(string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- signingKey
auto signingKey(string secret, string dateString, string region, string service)
Undocumented in source. Be warned that the author may not have intended to support it.
- timeFromISOString
string timeFromISOString(string iso)
Undocumented in source. Be warned that the author may not have intended to support it.