| Package | Description |
|---|---|
| com.kount.ris |
Base classes for the Kount Ris SDK.
|
| com.kount.ris.transport |
Transport layer classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
KountRisClient.getApiKey(File apiKeyFile)
Fetch data contained in api key file.
|
protected Reader |
KountRisClient.send(Request r)
Send a RIS request.
|
| Constructor and Description |
|---|
KountRisClient(URL url,
File apiKeyFile)
Constructor for using API Keys instead of Certificates.
|
KountRisClient(URL url,
File apiKeyFile,
int connectionPoolThreads,
int connectionPerRoute)
Constructor for using API Key instead of Cert.
|
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
KountHttpTransport.getPkcs12Data()
Fetch data contained in PKCS12 private key file.
|
protected SSLSocketFactory |
KountHttpTransport.getSSLSocketFactory()
Get an SSL Socket factory.
|
Reader |
HttpApiTransport.send(Map<String,String> params)
Send transaction data to RIS.
|
Reader |
KountHttpTransport.send(Map<String,String> params)
Send transaction data to RIS.
|
abstract Reader |
Transport.send(Map<String,String> params)
Send transaction data to RIS.
|
Copyright © 2022. All rights reserved.