|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.tests.JSSE_SSLClient
This program connects to any SSL Server to exercise all ciphers supported by JSSE for a given JDK/JRE version. The result is listing of common ciphers between the server and this JSSE client.
Constructor Summary | |
JSSE_SSLClient()
Default constructor. |
Method Summary | |
void |
configureCipherSuites(java.lang.String server,
java.lang.String CipherSuite)
|
java.lang.String |
getKeystoreLoc()
Get the location of rsa.pfx |
boolean |
isServerAlive()
|
static void |
main(java.lang.String[] args)
Main method for local unit testing. |
void |
outputCipherResults()
|
void |
sendServerShutdownMsg()
sendServerShutdownMsg |
void |
setCipherSuite(java.lang.String fCipherSuite)
Set the cipher suite name to use. |
void |
setHost(java.lang.String fHost)
Set the host name to connect to. |
void |
setKeystoreLoc(java.lang.String fKeystoreLoc)
Set the location of rsa.pfx |
void |
setPort(int fPort)
Set the port number to connect to. |
void |
setSslRevision(java.lang.String fSslRevision)
Set the protocol type and revision |
void |
testCiphersuites()
Test communication with SSL server S |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JSSE_SSLClient()
Method Detail |
public void setSslRevision(java.lang.String fSslRevision)
public void setHost(java.lang.String fHost)
public void setPort(int fPort)
public void setCipherSuite(java.lang.String fCipherSuite)
public void setKeystoreLoc(java.lang.String fKeystoreLoc)
public java.lang.String getKeystoreLoc()
public boolean isServerAlive()
public void testCiphersuites()
public void configureCipherSuites(java.lang.String server, java.lang.String CipherSuite)
public void sendServerShutdownMsg()
public void outputCipherResults()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |