Class Constants
public abstract class Constants
extends java.lang.Object
Field Summary
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
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
SUCCESSFUL_RESPONSE
public static final java.lang.String SUCCESSFUL_RESPONSE
- See Also:
- Constant Field Values
SIGNATURE_ALGORITHM
public static final java.lang.String SIGNATURE_ALGORITHM
- See Also:
- Constant Field Values
ENCRYPTION_CYPHER
public static final java.lang.String ENCRYPTION_CYPHER
- See Also:
- Constant Field Values
Constructor Detail
Constants
public Constants()