PayPal\Security\Cipher::__construct PHP Method

__construct() public method

public __construct ( $secretKey )
    public function __construct($secretKey)
    {
        $this->secretKey = $secretKey;
    }