public class DtlsConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_CERTIFICATE |
static String |
CERTIFICATE_PATH |
static String |
CIPHER_SUITES |
static String |
KEY_PATH |
static String |
MAX_VERSION |
static String |
MIN_VERSION |
| Constructor and Description |
|---|
DtlsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmCertificate |
getAlgorithmCertificate() |
String |
getCertificatePath() |
CipherSuite[] |
getCipherSuites() |
String |
getKeyPath() |
org.bouncycastle.crypto.tls.ProtocolVersion |
getMaxVersion() |
org.bouncycastle.crypto.tls.ProtocolVersion |
getMinVersion() |
void |
setAlgorithmCertificate(String algorithmCertificate) |
void |
setCertificatePath(String certificatePath) |
void |
setCipherSuites(String cipherSuites) |
void |
setKeyPath(String keyPath) |
void |
setMaxVersion(String maxVersion) |
void |
setMinVersion(String minVersion) |
public static final String MIN_VERSION
public static final String MAX_VERSION
public static final String CIPHER_SUITES
public static final String CERTIFICATE_PATH
public static final String KEY_PATH
public static final String ALGORITHM_CERTIFICATE
public org.bouncycastle.crypto.tls.ProtocolVersion getMinVersion()
public org.bouncycastle.crypto.tls.ProtocolVersion getMaxVersion()
public CipherSuite[] getCipherSuites()
public String getCertificatePath()
public String getKeyPath()
public AlgorithmCertificate getAlgorithmCertificate()
public void setMinVersion(String minVersion)
public void setMaxVersion(String maxVersion)
public void setCipherSuites(String cipherSuites)
public void setCertificatePath(String certificatePath)
public void setKeyPath(String keyPath)
public void setAlgorithmCertificate(String algorithmCertificate)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.