public class GetConfigResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
configCred
The certificate file containing the server.pem files of the HSMs.
|
private java.lang.String |
configFile
The chrystoki.conf configuration file.
|
private java.lang.String |
configType
The type of credentials.
|
Constructor and Description |
---|
GetConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetConfigResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigCred()
The certificate file containing the server.pem files of the HSMs.
|
java.lang.String |
getConfigFile()
The chrystoki.conf configuration file.
|
java.lang.String |
getConfigType()
The type of credentials.
|
int |
hashCode() |
void |
setConfigCred(java.lang.String configCred)
The certificate file containing the server.pem files of the HSMs.
|
void |
setConfigFile(java.lang.String configFile)
The chrystoki.conf configuration file.
|
void |
setConfigType(java.lang.String configType)
The type of credentials.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetConfigResult |
withConfigCred(java.lang.String configCred)
The certificate file containing the server.pem files of the HSMs.
|
GetConfigResult |
withConfigFile(java.lang.String configFile)
The chrystoki.conf configuration file.
|
GetConfigResult |
withConfigType(java.lang.String configType)
The type of credentials.
|
private java.lang.String configType
The type of credentials.
private java.lang.String configFile
The chrystoki.conf configuration file.
private java.lang.String configCred
The certificate file containing the server.pem files of the HSMs.
public void setConfigType(java.lang.String configType)
The type of credentials.
configType
- The type of credentials.public java.lang.String getConfigType()
The type of credentials.
public GetConfigResult withConfigType(java.lang.String configType)
The type of credentials.
configType
- The type of credentials.public void setConfigFile(java.lang.String configFile)
The chrystoki.conf configuration file.
configFile
- The chrystoki.conf configuration file.public java.lang.String getConfigFile()
The chrystoki.conf configuration file.
public GetConfigResult withConfigFile(java.lang.String configFile)
The chrystoki.conf configuration file.
configFile
- The chrystoki.conf configuration file.public void setConfigCred(java.lang.String configCred)
The certificate file containing the server.pem files of the HSMs.
configCred
- The certificate file containing the server.pem files of the HSMs.public java.lang.String getConfigCred()
The certificate file containing the server.pem files of the HSMs.
public GetConfigResult withConfigCred(java.lang.String configCred)
The certificate file containing the server.pem files of the HSMs.
configCred
- The certificate file containing the server.pem files of the HSMs.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetConfigResult clone()
clone
in class java.lang.Object