public class GetConfigResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GetConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigCred()
The certificate file containing the server.pem files of the HSMs.
|
String |
getConfigFile()
The chrystoki.conf configuration file.
|
String |
getConfigType()
The type of credentials.
|
int |
hashCode() |
void |
setConfigCred(String configCred)
The certificate file containing the server.pem files of the HSMs.
|
void |
setConfigFile(String configFile)
The chrystoki.conf configuration file.
|
void |
setConfigType(String configType)
The type of credentials.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetConfigResult |
withConfigCred(String configCred)
The certificate file containing the server.pem files of the HSMs.
|
GetConfigResult |
withConfigFile(String configFile)
The chrystoki.conf configuration file.
|
GetConfigResult |
withConfigType(String configType)
The type of credentials.
|
public String getConfigType()
Constraints:
Pattern: [\w :+=./\\-]*
public void setConfigType(String configType)
Constraints:
Pattern: [\w :+=./\\-]*
configType
- The type of credentials.public GetConfigResult withConfigType(String configType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\w :+=./\\-]*
configType
- The type of credentials.public String getConfigFile()
Constraints:
Pattern: [\w :+=./\\-]*
public void setConfigFile(String configFile)
Constraints:
Pattern: [\w :+=./\\-]*
configFile
- The chrystoki.conf configuration file.public GetConfigResult withConfigFile(String configFile)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\w :+=./\\-]*
configFile
- The chrystoki.conf configuration file.public String getConfigCred()
Constraints:
Pattern: [\w :+=./\\-]*
public void setConfigCred(String configCred)
Constraints:
Pattern: [\w :+=./\\-]*
configCred
- The certificate file containing the server.pem files of the HSMs.public GetConfigResult withConfigCred(String configCred)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\w :+=./\\-]*
configCred
- The certificate file containing the server.pem files of the HSMs.public String toString()
toString
in class Object
Object.toString()
public GetConfigResult clone()
Copyright © 2015. All rights reserved.