public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
public function setAccessKey($access_key)
public function setAccessKey($access_key)
Parameters
$access_key |
Return
wild |
public function setSecretKey($secret_key)
public function setSecretKey($secret_key)
Parameters
PhutilOpaqueEnvelope | $secret_key |
Return
wild |
public function setDate($date)
public function setDate($date)
Parameters
$date |
Return
wild |
public function getDate()
public function getDate()
Return
wild |
public function setRegion($region)
public function setRegion($region)
Parameters
$region |
Return
wild |
public function getRegion()
public function getRegion()
Return
wild |
public function setService($service)
public function setService($service)
Parameters
$service |
Return
wild |
public function getService()
public function getService()
Return
wild |
public function setSigningKey($signing_key)
public function setSigningKey($signing_key)
Parameters
$signing_key |
Return
wild |
public function getSigningKey()
public function getSigningKey()
Return
wild |
private function getAlgorithm()
private function getAlgorithm()
Return
wild |
public function setSignContent($sign_content)
public function setSignContent($sign_content)
Parameters
$sign_content |
Return
wild |
public function getSignContent()
public function getSignContent()
Return
wild |
private function getHost($future)
private function getHost($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getPath($future)
private function getPath($future)
Parameters
HTTPSFuture | $future |
Return
wild |
public function signRequest($future)
public function signRequest($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getBodySignature($future)
private function getBodySignature($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getCanonicalRequestSignature($future, $body_signature)
private function getCanonicalRequestSignature($future, $body_signature)
Parameters
HTTPSFuture | $future | |
$body_signature |
Return
wild |
private function getStringToSign($request_signature)
private function getStringToSign($request_signature)
Parameters
$request_signature |
Return
wild |
private function getScopeParts()
private function getScopeParts()
Return
wild |
private function computeSigningKey()
private function computeSigningKey()
Return
wild |
private function getCanonicalHeaderList($future)
private function getCanonicalHeaderList($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getCanonicalHeaderMap($future)
private function getCanonicalHeaderMap($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getSignedHeaderList($future)
private function getSignedHeaderList($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getCanonicalParameterList($future)
private function getCanonicalParameterList($future)
Parameters
HTTPSFuture | $future |
Return
wild |
private function getCredential()
private function getCredential()
Return
wild |