public class AuthAggregate extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
parameters |
Constructor and Description |
---|
AuthAggregate(String apiKey,
Long nonce) |
Modifier and Type | Method and Description |
---|---|
String |
getApiKey() |
Long |
getNonce() |
Map<String,String> |
getParameters() |
String |
getSignature() |
void |
setParameters(Map<String,String> parameters) |
void |
setSignature(String signature) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.