Skip to content

Instantly share code, notes, and snippets.

View sarxos's full-sized avatar

Bartosz Firyn sarxos

  • Lionbridge
  • Poland
View GitHub Profile
package com.mtgox.api;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
import java.util.HashMap;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.crypto.Mac;