public class ClientConfiguration extends Object
| Constructor and Description |
|---|
ClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificatePath() |
String |
getCmsType() |
DHParameterSpec |
getDhGroup() |
boolean |
isDhKeysReused() |
boolean |
isDhUsed() |
void |
setCertificatePath(String certificatePath) |
void |
setCmsType(String cmsType) |
void |
setDhGroup(DHParameterSpec dhGroup) |
void |
setDhKeysReused(boolean isDhKeysReused) |
void |
setDhUsed(boolean isDhUsed) |
public String getCertificatePath()
public void setCertificatePath(String certificatePath)
certificatePath - the certificatePath to setpublic String getCmsType()
public void setCmsType(String cmsType)
cmsType - the cmsType to setpublic boolean isDhUsed()
public void setDhUsed(boolean isDhUsed)
isDhUsed - the isDhUsed to setpublic DHParameterSpec getDhGroup()
public void setDhGroup(DHParameterSpec dhGroup)
dhGroup - the dhGroup to setpublic boolean isDhKeysReused()
public void setDhKeysReused(boolean isDhKeysReused)
isDhKeysReused - the isDhKeysReused to setCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.