public class SignerUtils
extends java.lang.Object
| Constructor and Description |
|---|
SignerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
signWithUri(Signer signer,
java.lang.String httpVerb,
java.net.URI uri,
byte[] requestPayload)
Sign a request with the provided Signer.
|
public static java.util.Map<java.lang.String,java.lang.String> signWithUri(Signer signer, java.lang.String httpVerb, java.net.URI uri, byte[] requestPayload) throws com.mdsol.mauth.exceptions.MAuthSigningException
signer - httpVerb - uri - requestPayload - com.mdsol.mauth.exceptions.MAuthSigningException