public class ServerConfiguration extends Object
| Constructor and Description |
|---|
ServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DHParameterSpec |
getDhGroup() |
long |
getDhKeyExpiration() |
int |
getDhNonceLength() |
boolean |
isDhKeysReused() |
boolean |
isDhUsed() |
void |
setDhGroup(DHParameterSpec dhGroup) |
void |
setDhKeyExpiration(long dhKeyExpiration) |
void |
setDhKeysReused(boolean isDhKeysReused) |
void |
setDhNonceLength(int dhNonceLength) |
void |
setDhUsed(boolean isDhUsed) |
public 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 setpublic long getDhKeyExpiration()
public void setDhKeyExpiration(long dhKeyExpiration)
dhKeyExpiration - the dhKeyExpiration to setpublic int getDhNonceLength()
public void setDhNonceLength(int dhNonceLength)
dhNonceLength - the dhNonceLength to setCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.