|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.tests.JSSE_SSLServer
public class JSSE_SSLServer
JSSE SSLServer class that acts as SSL Server
Constructor Summary | |
---|---|
JSSE_SSLServer()
Constructs a JSSE_SSLServer. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSSE_SSLServer() throws java.io.IOException
java.io.IOException
Method Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |