public class OpenXConfig extends Object implements Config
configuration
.Modifier and Type | Field and Description |
---|---|
private String |
encryptionKey |
private String |
integrityKey |
private long |
winTimeout |
Constructor and Description |
---|
OpenXConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionKey()
Encryption key required to decrypt winning price.
|
String |
getIntegrityKey()
Integrity key required to decrypt winning price.
|
long |
getWinTimeout() |
void |
setEncryptionKey(String encryptionKey) |
void |
setIntegrityKey(String integrityKey) |
void |
setWinTimeout(long winTimeout) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private long winTimeout
private String encryptionKey
private String integrityKey
public long getWinTimeout()
public void setWinTimeout(long winTimeout)
public String getEncryptionKey()
OpenXAdapter.parse(String, long)
public void setEncryptionKey(String encryptionKey)
public String getIntegrityKey()
OpenXAdapter.parse(String, long)
public void setIntegrityKey(String integrityKey)