public class CSecurityTLS extends CSecurity
| Modifier and Type | Field and Description |
|---|---|
protected CConnection |
client |
static StringParameter |
x509ca |
static StringParameter |
x509crl |
| Constructor and Description |
|---|
CSecurityTLS(boolean _anon) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
static String |
getDefaultCA() |
static String |
getDefaultCRL() |
int |
getType() |
boolean |
processMsg(CConnection cc) |
static void |
setDefaults() |
public static StringParameter x509ca
public static StringParameter x509crl
protected CConnection client
public static String getDefaultCA()
public static String getDefaultCRL()
public static void setDefaults()
public boolean processMsg(CConnection cc)
processMsg in class CSecuritypublic final String description()
description in class CSecurityCopyright © 2019. All rights reserved.