com.mypos.myposcheckout.ipc

 

Class Constants

java.lang.Object com.mypos.myposcheckout.ipc.Constants


public abstract class Constants
extends java.lang.Object
Constants used in the IPC Library.

 

Field Summary

Fields
Modifier and Type Field and Description
static java.lang.String ENCODING
Content encoding.
static java.lang.String ENCRYPTION_CYPHER
The cipher used for encryption of sensitive data.
static java.lang.String SIGNATURE_ALGORITHM
Algorithm used for creation and verification of the API request and response signatures.
static java.lang.String SUCCESSFUL_RESPONSE
Successful client response to an API notification request.

 

Constructor Summary

Constructors
Constructor and Description
Constants() 

 

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ENCODING

public static final java.lang.String ENCODING
Content encoding.

SUCCESSFUL_RESPONSE

public static final java.lang.String SUCCESSFUL_RESPONSE
Successful client response to an API notification request.
See Also:
Constant Field Values

SIGNATURE_ALGORITHM

public static final java.lang.String SIGNATURE_ALGORITHM
Algorithm used for creation and verification of the API request and response signatures.
See Also:
Constant Field Values

ENCRYPTION_CYPHER

public static final java.lang.String ENCRYPTION_CYPHER
The cipher used for encryption of sensitive data.
See Also:
Constant Field Values

 

Constructor Detail

Constants

public Constants()