set_private_key ( $private_key )

Set the private key resource locator being used.

Access

public

Parameters

Parameter

Type

Required

Description

$private_key

string

Required

The contents of the RSA private key used to sign requests.

Returns

Type

Description

$this

A reference to the current instance.

Related Methods

Source

Method defined in services/cloudfront.class.php | Toggle source view (5 lines) | View on GitHub

public function set_private_key($private_key)
{
    $this->private_key = $private_key;
    return $this;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback