Skip navigation links
A C E F G H I J K L M N O P R S T U V X 

A

addIdentityToKeyStore(Identity, Logger) - Method in class com.cybersource.ws.client.MessageHandlerKeyStore
Add Identity to KeyStore
AUTH_SERVICE - Static variable in class com.cybersource.ws.client.Utility
 
AUTH_SERVICE_NVP - Static variable in class com.cybersource.ws.client.Utility
 
AUTH_SERVICE_XML_RUN_ATT - Static variable in class com.cybersource.ws.client.Utility
 

C

checkIfAuthServiceFieldExist(Document, String) - Static method in class com.cybersource.ws.client.Utility
Checks if the request documents contains ccAuthService element.
checkIfMTIFiledExist(Document, String) - Static method in class com.cybersource.ws.client.Utility
Checks if the request documents contains merchantTransactionIdentifier element.
Client - Class in com.cybersource.ws.client
Containing runTransaction() methods that accept the requests in the form of a Map object.
Client() - Constructor for class com.cybersource.ws.client.Client
 
ClientException - Exception in com.cybersource.ws.client
Used by both Basic and XML clients.
ClientException(Exception, Logger) - Constructor for exception com.cybersource.ws.client.ClientException
 
ClientException(Exception, boolean, Logger) - Constructor for exception com.cybersource.ws.client.ClientException
 
ClientException(int, Logger) - Constructor for exception com.cybersource.ws.client.ClientException
 
ClientException(int, String, Logger) - Constructor for exception com.cybersource.ws.client.ClientException
 
ClientException(int, String, boolean, Logger) - Constructor for exception com.cybersource.ws.client.ClientException
 
com.cybersource.ws.client - package com.cybersource.ws.client
 
ConfigException - Exception in com.cybersource.ws.client
Exception thrown when something is missing or invalid in the configuration or when setting up of the log file fails.
ConfigException(String) - Constructor for exception com.cybersource.ws.client.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception com.cybersource.ws.client.ConfigException
 
Connection - Class in com.cybersource.ws.client
It is a factory class for creating an instance for HttpClientConnection or JDKHttpURLConnection or PoolingHttpClientConnection.
Connection(MerchantConfig, DocumentBuilder, LoggerWrapper) - Constructor for class com.cybersource.ws.client.Connection
It initializes three arguments MerchantConfig, DocumentBuilder and Logger Any class extending this class must implement three argument constructor
ConnectionHelper - Class in com.cybersource.ws.client
Helps in creating the Proxy and adding Proxy credentials to JDKHttpURLConnection.
ConnectionHelper() - Constructor for class com.cybersource.ws.client.ConnectionHelper
 
createElement(Document, String, String, String) - Static method in class com.cybersource.ws.client.Utility
Creates an Element object in the CyberSource namespace.
createSignedDoc(Document, String, String, Logger) - Static method in class com.cybersource.ws.client.SecurityUtil
Create signed document
CYBS_CERT_AUTH - Static variable in class com.cybersource.ws.client.Utility
 

E

ELEM_CLIENT_ENVIRONMENT - Static variable in class com.cybersource.ws.client.Utility
 
ELEM_CLIENT_LIBRARY - Static variable in class com.cybersource.ws.client.Utility
 
ELEM_CLIENT_LIBRARY_VERSION - Static variable in class com.cybersource.ws.client.Utility
 
ELEM_MERCHANT_ID - Static variable in class com.cybersource.ws.client.Utility
 
ELEM_MERCHANT_REFERENCE_CODE - Static variable in class com.cybersource.ws.client.Utility
 
ENVIRONMENT - Static variable in class com.cybersource.ws.client.Utility
Environment information.

F

FaultException - Exception in com.cybersource.ws.client
Exception that encapsulates a fault returned by CyberSource.Used by both the Basic and XML clients.
FaultException(Document, String, Logger) - Constructor for exception com.cybersource.ws.client.FaultException
Constructor.

G

getCacertPassword() - Method in class com.cybersource.ws.client.MerchantConfig
Getter method for cacertPassword
getConnectionRequestTimeoutMs() - Method in class com.cybersource.ws.client.MerchantConfig
Time taken in milliseconds to get connection request from the pool.
getConnectionTimeoutMs() - Method in class com.cybersource.ws.client.MerchantConfig
Specifies the number of milliseconds to wait while a connection is being established.
getCustomHttpClass() - Method in class com.cybersource.ws.client.MerchantConfig
 
getDefaultMaxConnectionsPerRoute() - Method in class com.cybersource.ws.client.MerchantConfig
the maximum number of connections per (any) route
getDefaultUseHttpClient() - Static method in class com.cybersource.ws.client.ConnectionHelper
Default HTTP Client
getEffectiveNamespaceURI() - Method in class com.cybersource.ws.client.MerchantConfig
Returns the effective namespace URI to be used to parse the request and reply documents.
getEffectiveNamespaceURI(Properties, String) - Static method in class com.cybersource.ws.client.XMLClient
Returns the effective namespace URI for the specified merchant id.
getEffectivePassword() - Method in class com.cybersource.ws.client.MerchantConfig
Returns the effective key password.
getEffectiveServerURL() - Method in class com.cybersource.ws.client.MerchantConfig
Returns the effective server URL to which the request will be sent.
getElapsedTimeForTransaction() - Method in class com.cybersource.ws.client.MyStopWatch
Get total time taken for transaction to be completed
getElement(Document, String, String) - Static method in class com.cybersource.ws.client.Utility
Returns the Element object corresponding to the given element name.
getElementText(Document, String, String) - Static method in class com.cybersource.ws.client.Utility
Returns the text value of the given element name in the CyberSource namespace.
getEnableLog() - Method in class com.cybersource.ws.client.MerchantConfig
 
getEvictThreadSleepTimeMs() - Method in class com.cybersource.ws.client.MerchantConfig
Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
getFaultCode() - Method in exception com.cybersource.ws.client.FaultException
Returns the fault code.
getFaultDocument() - Method in exception com.cybersource.ws.client.FaultException
Returns the fault document passed in the constructor.
getFaultString() - Method in exception com.cybersource.ws.client.FaultException
Returns the fault string.
getHttpError() - Method in exception com.cybersource.ws.client.ClientException
Returns additional HTTP error information, if any.
getHttpStatusCode() - Method in exception com.cybersource.ws.client.ClientException
Returns the HTTP status code, if any.
getIdleTime() - Method in class com.cybersource.ws.client.IdleConnectionMonitorThread
Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.
getInnerException() - Method in exception com.cybersource.ws.client.ClientException
Returns the actual exception that occurred, if any.
getInnerException() - Method in exception com.cybersource.ws.client.SignException
Gets the actual exception that occurred.
getInstance(MerchantConfig, DocumentBuilder, LoggerWrapper) - Static method in class com.cybersource.ws.client.Connection
Get connection instance based on properties
getKeyAlias() - Method in class com.cybersource.ws.client.Identity
getter method for keyAlias
getKeyAlias() - Method in class com.cybersource.ws.client.MerchantConfig
If keyAlias not null, return keyAlias, else return merchantId
getKeyFile() - Method in class com.cybersource.ws.client.MerchantConfig
Returns a File object representing the key file.
getKeyFilename() - Method in class com.cybersource.ws.client.MerchantConfig
 
getKeyPassword() - Method in class com.cybersource.ws.client.MerchantConfig
If keyPassword not null, return keyPassword, else return merchantId
getKeysDirectory() - Method in class com.cybersource.ws.client.MerchantConfig
 
getLogDirectory() - Method in class com.cybersource.ws.client.MerchantConfig
 
getLogFile() - Method in class com.cybersource.ws.client.MerchantConfig
Returns a File object representing the log file.
getLogFilename() - Method in class com.cybersource.ws.client.MerchantConfig
 
getLogger() - Method in class com.cybersource.ws.client.LoggerWrapper
Returns the encapsulated Logger object.
getLogMaximumSize() - Method in class com.cybersource.ws.client.MerchantConfig
 
getLogSignedData() - Method in class com.cybersource.ws.client.MerchantConfig
 
getLogString() - Method in class com.cybersource.ws.client.MerchantConfig
Returns a string representation of the properties for logging purposes.
getMaxConnections() - Method in class com.cybersource.ws.client.MerchantConfig
Specifies the maximum number of concurrent, active HTTP connections allowed by the resource instance to be opened with the target service.
getMaxConnectionsPerRoute() - Method in class com.cybersource.ws.client.MerchantConfig
Specifies the maximum number of concurrent, active HTTP connections allowed by the resource instance to the same host or route.
getMaxKeepAliveTimeMs() - Method in class com.cybersource.ws.client.MerchantConfig
Specifies the time duration in milliseconds that a connection can be idle before it is evicted from the pool.
getMerchantID() - Method in class com.cybersource.ws.client.MerchantConfig
 
getMessage() - Method in exception com.cybersource.ws.client.ClientException
Returns a description of the exception.
getMessage() - Method in exception com.cybersource.ws.client.FaultException
Returns a description of the exception.
getMessage() - Method in exception com.cybersource.ws.client.SignException
Returns the message in the inner exception.
getMethodElapsedTime() - Method in class com.cybersource.ws.client.MyStopWatch
get total time taken for method execution
getName() - Method in class com.cybersource.ws.client.Identity
getter method for name
getNamespaceURI() - Method in class com.cybersource.ws.client.MerchantConfig
 
getNumberOfRetries() - Method in class com.cybersource.ws.client.MerchantConfig
Getter method for numberOfRetries
getPassword() - Method in class com.cybersource.ws.client.MerchantConfig
 
getPrivateKey() - Method in class com.cybersource.ws.client.Identity
getter method for privateKey
getProperty(String, String) - Method in class com.cybersource.ws.client.MerchantConfig
Returns the value of the specified property.
getProperty(String, String, String) - Method in class com.cybersource.ws.client.MerchantConfig
Returns the value of the specified property.
getProxyHost() - Method in class com.cybersource.ws.client.MerchantConfig
 
getProxyPassword() - Method in class com.cybersource.ws.client.MerchantConfig
 
getProxyPort() - Method in class com.cybersource.ws.client.MerchantConfig
 
getProxyUser() - Method in class com.cybersource.ws.client.MerchantConfig
 
getPswd() - Method in class com.cybersource.ws.client.Identity
getter method for pswd
getRequestID() - Method in exception com.cybersource.ws.client.FaultException
Returns the request id returned by CyberSource.
getResponseIssuedAtTime(String) - Static method in class com.cybersource.ws.client.Utility
 
getResponseTransitTime(long) - Static method in class com.cybersource.ws.client.Utility
This is the response transit time in seconds.
getRetryInterval() - Method in class com.cybersource.ws.client.MerchantConfig
Getter method for retryInterval added <=1 check as in previous release(6.2.9 or lower) it was set in seconds.
getSendToAkamai() - Method in class com.cybersource.ws.client.MerchantConfig
 
getSendToProduction() - Method in class com.cybersource.ws.client.MerchantConfig
 
getSerialNumber() - Method in class com.cybersource.ws.client.Identity
getter method for serialNumber
getServerAlias(Map<String, Identity>) - Static method in class com.cybersource.ws.client.SecurityUtil
 
getServerURL() - Method in class com.cybersource.ws.client.MerchantConfig
 
getSleepTime() - Method in class com.cybersource.ws.client.IdleConnectionMonitorThread
Specifies time duration in milliseconds between "sweeps" by the "idle connection" evictor thread.
getSocketTimeoutMs() - Method in class com.cybersource.ws.client.MerchantConfig
Specifies the time waiting for data – after establishing the connection; maximum time of inactivity between two data packets.
getStackTrace(Exception) - Static method in class com.cybersource.ws.client.Utility
Returns the stack trace of the supplied Exception object.
getStopWatch() - Method in class com.cybersource.ws.client.LoggerWrapper
 
getTargetAPIVersion() - Method in class com.cybersource.ws.client.MerchantConfig
 
getTimeout() - Method in class com.cybersource.ws.client.MerchantConfig
Deprecated.
getUniqueKey() - Method in class com.cybersource.ws.client.LoggerWrapper
 
getUseHttpClient() - Method in class com.cybersource.ws.client.MerchantConfig
 
getUseHttpClientWithConnectionPool() - Method in class com.cybersource.ws.client.MerchantConfig
 
getUseSignAndEncrypted() - Method in class com.cybersource.ws.client.MerchantConfig
 
getValidateAfterInactivityMs() - Method in class com.cybersource.ws.client.MerchantConfig
Defines period of inactivity in milliseconds after which persistent connections must be re-validated prior to being leased to the consumer.
getX509Cert() - Method in class com.cybersource.ws.client.Identity
getter method for x509Cert

H

handleMessageCreation(Document, String, Logger) - Static method in class com.cybersource.ws.client.SecurityUtil
Create signed encrypted document
HTTP_BAD_REQUEST - Static variable in class com.cybersource.ws.client.Utility
HTTP Status-Code 400: Bad Request.
HttpClientConnection - Class in com.cybersource.ws.client
Helps in posting the Request document for the Transaction using HttpClient.

I

Identity - Class in com.cybersource.ws.client
This class is used to store an identity of a unknown entity.
Identity(MerchantConfig, X509Certificate) - Constructor for class com.cybersource.ws.client.Identity
Creates an Identity instance.this type of the instance can only be used to store server certificate identity.
Identity(MerchantConfig, X509Certificate, PrivateKey, Logger) - Constructor for class com.cybersource.ws.client.Identity
Creates an Identity instance.this type of the instance can only be used to store merchant identity.
IdleConnectionMonitorThread - Class in com.cybersource.ws.client
Creates daemon thread to monitor and kill the idle/stale/expired connections in the connection pool.
IdleConnectionMonitorThread(HttpClientConnectionManager, long, long) - Constructor for class com.cybersource.ws.client.IdleConnectionMonitorThread
 
initHttpClient(MerchantConfig) - Method in class com.cybersource.ws.client.HttpClientConnection
To initialize HttpClient and set proxy
initHttpClient(MerchantConfig, PoolingHttpClientConnectionManager) - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
 
isAllowRetry() - Method in class com.cybersource.ws.client.MerchantConfig
Getter method for allowRetry
isCacertEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
Getter method for enableCacert
isCertificateCacheEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
If this property is set to false then the p12 certificate of a merchant will be reloaded every time a transaction is made
isCritical() - Method in exception com.cybersource.ws.client.ClientException
Returns whether or not this exception is critical.
isCritical() - Method in exception com.cybersource.ws.client.FaultException
Returns whether or not this exception is critical.
isCustomHttpClassEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
 
isJdkCertEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
Getter method for enableJdkCert
isMerchantConfigCacheEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
If this property is set to true (default value is false) it will cache the merchantConfig object based on keyAlias/merchantID If cache enabled is true, for single merchant id, if you change any properties after first initialization, it will not reflect
isRequestSent() - Method in class com.cybersource.ws.client.Connection
To check is request sent or not
isRequestSent() - Method in class com.cybersource.ws.client.HttpClientConnection
To check is request sent or not
isRequestSent() - Method in class com.cybersource.ws.client.JDKHttpURLConnection
 
isRequestSent() - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
To check whether request sent or not
isSafe(int, String) - Static method in class com.cybersource.ws.client.PCI
check for safety of field details.
isShutdownHookEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
This is to enable shutdown hook in case of httpclient with connection Polling.
isStaleConnectionCheckEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
It determines whether the stale connection check is to be used.
isValid(File, Logger) - Method in class com.cybersource.ws.client.Identity
If merchant uploads a new key then isValid method will return false and certificate reload will happen.

J

JDKHttpURLConnection - Class in com.cybersource.ws.client
Helps in posting the Request document for the Transaction using HttpURLConnection.

K

KEY_ALIAS - Static variable in class com.cybersource.ws.client.Utility
 

L

loadMerchantP12File(MerchantConfig, Logger) - Static method in class com.cybersource.ws.client.SecurityUtil
Method loads the Merchant P12 key.
log(String, String) - Method in interface com.cybersource.ws.client.Logger
This is where the actual logging takes place.
log(String, String) - Method in class com.cybersource.ws.client.LoggerImpl
Logs the text specified.
log(String, String) - Method in class com.cybersource.ws.client.LoggerWrapper
Calls the encapsulated Logger object's log() method.
log(String, String, boolean) - Method in class com.cybersource.ws.client.LoggerWrapper
Calls the encapsulated Logger object's log() method.
Logger - Interface in com.cybersource.ws.client
this may be implemented to supply a different Logger object to the runTransaction() method of the clients.
LoggerImpl - Class in com.cybersource.ws.client
Default file-based implementation of the Logger interface.
LoggerImpl(MerchantConfig) - Constructor for class com.cybersource.ws.client.LoggerImpl
Constructor.
LoggerWrapper - Class in com.cybersource.ws.client
An internal class used by the clients to encapsulate the logger, primarily to avoid having to check if the Logger object is null before logging.
LoggerWrapper(Logger, boolean, boolean, MerchantConfig) - Constructor for class com.cybersource.ws.client.LoggerWrapper
 
logRequestHeaders() - Method in class com.cybersource.ws.client.Connection
 
logRequestHeaders() - Method in class com.cybersource.ws.client.HttpClientConnection
 
logRequestHeaders() - Method in class com.cybersource.ws.client.JDKHttpURLConnection
 
logRequestHeaders() - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
 
logResponseHeaders() - Method in class com.cybersource.ws.client.Connection
 
logResponseHeaders() - Method in class com.cybersource.ws.client.HttpClientConnection
 
logResponseHeaders() - Method in class com.cybersource.ws.client.JDKHttpURLConnection
 
logResponseHeaders() - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
 
logTransactionStart() - Method in interface com.cybersource.ws.client.Logger
This is where the entry that marks the start of the transaction should be logged.
logTransactionStart() - Method in class com.cybersource.ws.client.LoggerImpl
Logs an LT_TRANSTART entry.
logTransactionStart() - Method in class com.cybersource.ws.client.LoggerWrapper
Calls the encapsulated Logger object's logTransactionStart() method.
LT_EXCEPTION - Static variable in interface com.cybersource.ws.client.Logger
 
LT_FAULT - Static variable in interface com.cybersource.ws.client.Logger
 
LT_FILESTART - Static variable in interface com.cybersource.ws.client.Logger
 
LT_INFO - Static variable in interface com.cybersource.ws.client.Logger
 
LT_MERCHCFG - Static variable in interface com.cybersource.ws.client.Logger
 
LT_PROXYCFG - Static variable in interface com.cybersource.ws.client.Logger
 
LT_REPLY - Static variable in interface com.cybersource.ws.client.Logger
 
LT_REQUEST - Static variable in interface com.cybersource.ws.client.Logger
 
LT_TRANSTART - Static variable in interface com.cybersource.ws.client.Logger
 

M

mapToString(Map, boolean, int) - Static method in class com.cybersource.ws.client.Utility
Converts the contents of a Map object into a string, one name-value pair to a line and the name and value are separated by an equal sign.
mask(String, String) - Static method in class com.cybersource.ws.client.PCI
Mask the data.
maskIfNotSafe(int, String, String) - Static method in class com.cybersource.ws.client.PCI
Mask the data which needs to be secured.
MERCHANT_TRANSACTION_IDENTIFIER - Static variable in class com.cybersource.ws.client.Utility
 
MerchantConfig - Class in com.cybersource.ws.client
An internal class used by the clients to hold and derive the properties applicable to the current transaction.
MerchantConfig(Properties, String) - Constructor for class com.cybersource.ws.client.MerchantConfig
 
MessageHandlerKeyStore - Class in com.cybersource.ws.client
This is to add identity to keystore.
MessageHandlerKeyStore() - Constructor for class com.cybersource.ws.client.MessageHandlerKeyStore
 
MTI_FIELD_ERR_MSG - Static variable in class com.cybersource.ws.client.Utility
 
MyStopWatch - Class in com.cybersource.ws.client
To calculates time duration for internal method flows and total response time
MyStopWatch() - Constructor for class com.cybersource.ws.client.MyStopWatch
 

N

newDocumentBuilder() - Static method in class com.cybersource.ws.client.Utility
Returns a DocumentBuilder object.
nodeToString(Node, int) - Static method in class com.cybersource.ws.client.Utility
Returns the string representation of the given Node object.
nodeToString(Node) - Static method in class com.cybersource.ws.client.Utility
Returns the string representation of the given Node object.
NVP_LIBRARY - Static variable in class com.cybersource.ws.client.Utility
NVP library information.

O

onShutdown() - Static method in class com.cybersource.ws.client.PoolingHttpClientConnection
To close the httpClient, connectionManager, staleMonitorThread when application got shutdown
openConnection(URL, MerchantConfig) - Static method in class com.cybersource.ws.client.ConnectionHelper
Open the HTTPURLConnection for given credentials.
ORIGIN_TIMESTAMP - Static variable in class com.cybersource.ws.client.Utility
 

P

PCI - Class in com.cybersource.ws.client
Payment Card Information which is sent as part of Transaction details
PCI() - Constructor for class com.cybersource.ws.client.PCI
 
PoolingHttpClientConnection - Class in com.cybersource.ws.client
Creates pooling http client connection flow.
post(Document, long) - Method in class com.cybersource.ws.client.Connection
Post the request document and validate the response for any faults from the Server.
prepare() - Method in interface com.cybersource.ws.client.Logger
This is where any PER-TRANSACTION preparation should be done.
prepare() - Method in class com.cybersource.ws.client.LoggerImpl
Prepares the file by checking if it has reached the maximum size and if so, archives it.
prepare() - Method in class com.cybersource.ws.client.LoggerWrapper
Calls the encapsulated Logger object's prepare() method.
printStackTrace() - Method in exception com.cybersource.ws.client.SignException
Prints this exception's stack trace to the standard error stream.
printStackTrace(PrintWriter) - Method in exception com.cybersource.ws.client.SignException
Prints this exception's stack trace to the specified print writer.

R

read(String) - Static method in class com.cybersource.ws.client.Utility
Reads the content of the given file into a byte array.
read(File) - Static method in class com.cybersource.ws.client.Utility
Reads the content of the given file into a byte array.
read(InputStream) - Static method in class com.cybersource.ws.client.Utility
Reads the content of the given file into a byte array.
readJdkCert(MerchantConfig, Logger) - Static method in class com.cybersource.ws.client.SecurityUtil
read jdk certificates from cacerts file
readProperties(String[]) - Static method in class com.cybersource.ws.client.Utility
Reads the properties from a file.
readRequest(Properties, String) - Static method in class com.cybersource.ws.client.Utility
Read the request xml file
readRequest(Properties, String, String) - Static method in class com.cybersource.ws.client.Utility
Read the request xml file
release() - Method in class com.cybersource.ws.client.Connection
To release the connection related objects
release() - Method in class com.cybersource.ws.client.HttpClientConnection
To release the http connections
release() - Method in class com.cybersource.ws.client.JDKHttpURLConnection
 
release() - Method in class com.cybersource.ws.client.PoolingHttpClientConnection
To close httpResponse
REPLY - Static variable in class com.cybersource.ws.client.PCI
 
REQUEST - Static variable in class com.cybersource.ws.client.PCI
 
RESPONSE_TIME_REPLY - Static variable in class com.cybersource.ws.client.Utility
 
retryIfMTIFieldExistEnabled() - Method in class com.cybersource.ws.client.MerchantConfig
retryIfMTIFieldExist If enabled then SDK will retry the transaction in case when connection pooling http client is used and if SDK receives an I/O error/exception, when executing a request over a connection that has been closed at the server side.
run() - Method in class com.cybersource.ws.client.IdleConnectionMonitorThread
 
runTransaction(Map<String, String>, Properties) - Static method in class com.cybersource.ws.client.Client
Runs a transaction.
runTransaction(Map<String, String>, Properties, Logger, boolean, boolean) - Static method in class com.cybersource.ws.client.Client
Runs a transaction.
runTransaction(Document, Properties) - Static method in class com.cybersource.ws.client.XMLClient
Runs a transaction.
runTransaction(Document, Properties, Logger, boolean, boolean) - Static method in class com.cybersource.ws.client.XMLClient
Runs a transaction.

S

SDK_ELAPSED_TIMESTAMP - Static variable in class com.cybersource.ws.client.Utility
 
SecurityUtil - Class in com.cybersource.ws.client
Utility class for security related functions like loading p12 key, create signed or encrypted doc,
SecurityUtil() - Constructor for class com.cybersource.ws.client.SecurityUtil
 
SERVER_ALIAS - Static variable in class com.cybersource.ws.client.Utility
Version number of this release.
setAllowRetry(boolean) - Method in class com.cybersource.ws.client.MerchantConfig
Setter method for allowRetry
setKeyAlias(String) - Method in class com.cybersource.ws.client.Identity
setter method for keyAlias
setName(String) - Method in class com.cybersource.ws.client.Identity
setter method for name
setPrivateKey(PrivateKey) - Method in class com.cybersource.ws.client.Identity
setter method for privateKey
setProxy(HttpClientBuilder, RequestConfig.Builder, MerchantConfig) - Static method in class com.cybersource.ws.client.ConnectionHelper
Set proxy by using proxy credentials to create httpclient
setSerialNumber(String) - Method in class com.cybersource.ws.client.Identity
setter method for serialNumber
setTimeout(HttpURLConnection, MerchantConfig) - Static method in class com.cybersource.ws.client.ConnectionHelper
Sets the timeout for HTTP Request
setX509Cert(X509Certificate) - Method in class com.cybersource.ws.client.Identity
setter method for x509Cert
shutdown() - Method in class com.cybersource.ws.client.IdleConnectionMonitorThread
shutdown the cleaner thread
SignEncryptException - Exception in com.cybersource.ws.client
Exception is thrown if operation is failed while encrypting hte document.
SignException - Exception in com.cybersource.ws.client
Exception is thrown if operation is failed while signing hte document.
SignException(Exception) - Constructor for exception com.cybersource.ws.client.SignException
Sole constructor.
SignException(String) - Constructor for exception com.cybersource.ws.client.SignException
 
SignException(String, Throwable) - Constructor for exception com.cybersource.ws.client.SignException
 
start() - Method in class com.cybersource.ws.client.MyStopWatch
start the timer
stringToMap(String) - Static method in class com.cybersource.ws.client.Utility
Converts a name-value pair string into a Map object.

T

toString() - Method in class com.cybersource.ws.client.Identity
Prints out a nice string that describes the Identity name and size of public key, private key and cert if they exist

U

Utility - Class in com.cybersource.ws.client
Containing useful constants and methods.

V

VERSION - Static variable in class com.cybersource.ws.client.Utility
 

X

XML_LIBRARY - Static variable in class com.cybersource.ws.client.Utility
XML library information.
XMLClient - Class in com.cybersource.ws.client
Containing runTransaction() methods that accept the requests in the form of a Document object.
XMLClient() - Constructor for class com.cybersource.ws.client.XMLClient
 
A C E F G H I J K L M N O P R S T U V X 
Skip navigation links

Copyright © 2022. All rights reserved.