public class JSSE_SSLServer
extends java.lang.Object
| Constructor and Description |
|---|
JSSE_SSLServer()
Constructs a JSSE_SSLServer.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getKeystoreLoc()
Get the location of keystore file.
|
static void |
main(java.lang.String[] args)
Main method to create the class server.
|
static void |
setKeystoreLoc(java.lang.String fKeystoreLoc)
Set the location of keystore file.
|
void |
startSSLServer(java.lang.String[] args)
Start SSLServer and accept connections.
|
public JSSE_SSLServer()
throws java.io.IOException
java.io.IOExceptionpublic static void setKeystoreLoc(java.lang.String fKeystoreLoc)
String - fKeystoreLocpublic static java.lang.String getKeystoreLoc()
public static void main(java.lang.String[] args)
public void startSSLServer(java.lang.String[] args)
throws java.lang.Exception
args[] - java.lang.Exception