|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISignatureGen
COM Interface 'ISignatureGen'. Generated 5/23/2013 11:12:11 AM from 'C:\ArcGIS\com\esriServer.tlb'
Description: 'Generates signatures for signing http requests' Generator Options: PromptForTypeLibraries = True ClashPrefix = LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = False ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = False GenerateJavadoc =
| Field Summary | |
|---|---|
static int |
ARRAY
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbc30ee09_feec_40e0_b090_fa393d495285
|
static int |
IN
|
static int |
OPTIONAL
|
static int |
OUT
|
static int |
RETVAL
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
generateSignature(java.lang.String requestUri,
java.lang.String[] keys,
java.lang.String[] values)
Generates a signature for a request Uri and request parameters |
void |
init(java.lang.String algName,
java.lang.String sharedKey)
Initializes the signature generator with an hashing/encryption scheme and an associated key |
| Field Detail |
|---|
static final int ARRAY
static final int IN
static final int OUT
static final int OPTIONAL
static final int RETVAL
static final int IIDbc30ee09_feec_40e0_b090_fa393d495285
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void init(java.lang.String algName,
java.lang.String sharedKey)
throws java.io.IOException,
AutomationException
algName - The algName (in)sharedKey - The sharedKey (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String generateSignature(java.lang.String requestUri,
java.lang.String[] keys,
java.lang.String[] values)
throws java.io.IOException,
AutomationException
requestUri - The requestUri (in)keys - The keys (in)values - The values (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||