| Modifier and Type | Method and Description |
|---|---|
WebServiceUri |
CryptshareConnection.getWebServiceUri()
Returns the
WebServiceUri that is used for the web service requests. |
| Constructor and Description |
|---|
CryptshareConnection(WebServiceUri serverUrl)
Constructs a
CryptshareConnection that connects to Cryptshare Server using the API as client product. |
CryptshareConnection(WebServiceUri serviceUri,
java.lang.String productId,
java.lang.String productKey,
java.lang.String clientVersion,
int requiredLanguagePackMajorVersion)
Constructs a
CryptshareConnection that connects to Cryptshare Server using custom client product properties. |
CryptshareConnection(WebServiceUri serviceUri,
java.lang.String productId,
java.lang.String productKey,
java.lang.String clientVersion,
int requiredLanguagePackMajorVersion,
java.net.URI proxyUrl)
Constructs a
CryptshareConnection that connects to Cryptshare Server using custom client product properties,
and a specified proxy server. |