Skip to content

Instantly share code, notes, and snippets.

View Muneefm's full-sized avatar

Muneef M Muneefm

View GitHub Profile
@Muneefm
Muneefm / HttpAuthentication.java
Created April 1, 2017 16:40
Woocommerce API Http Authentication Code.
package appilder.coffye.com.woocommerceadmin.Tools;
import android.content.Context;
import android.util.Base64;
import android.util.Log;
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;