public class SchemeConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_PROTOCOL_VERSION
Deprecated.
|
Constructor and Description |
---|
SchemeConfig(java.lang.String dsRefId,
java.lang.String dsEncryptCert,
java.lang.String dsCaRootCert) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDsCaRootCert()
Returns CA public certificate (root) of the DS-CA
|
java.lang.String |
getDsEncryptCert()
Returns public certificate provided by the DS to encrypt device data
|
java.lang.String |
getDsRefId()
Returns Directory Server ID
|
java.lang.String |
getProtocolVersion()
Deprecated.
|
int |
hashCode() |
void |
setProtocolVersion(java.lang.String protocolVersion)
Deprecated.
The protocol version should be passed to the
OppThreeDSService.createTransaction(String, String) instead.
Protocol version according to which the transaction shall be created
Default value is 2.1.0 |
@Deprecated public static final java.lang.String DEFAULT_PROTOCOL_VERSION
public SchemeConfig(java.lang.String dsRefId, java.lang.String dsEncryptCert, java.lang.String dsCaRootCert)
dsRefId
- Directory Server IDdsEncryptCert
- Public certificate provided by the DS to encrypt device datadsCaRootCert
- CA public certificate (root) of the DS-CA@Deprecated public void setProtocolVersion(java.lang.String protocolVersion)
OppThreeDSService.createTransaction(String, String)
instead.
Protocol version according to which the transaction shall be created
Default value is 2.1.0protocolVersion
- protocol version according to which the transaction shall be createdpublic java.lang.String getDsRefId()
public java.lang.String getDsEncryptCert()
public java.lang.String getDsCaRootCert()
@Deprecated public java.lang.String getProtocolVersion()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object