org.mozilla.jss.tests
public class SSLClientAuth extends Object implements Runnable
| Nested Class Summary | |
|---|---|
| static class | SSLClientAuth.HandshakeListener |
| Field Summary | |
|---|---|
| int | port |
| int | serialNum |
| boolean | serverReady |
| static SignatureAlgorithm | sigAlg |
| Method Summary | |
|---|---|
| void | doIt(String[] args) |
| boolean | getSuccess() |
| static void | main(String[] args) |
| static Certificate | makeCert(String issuerName, String subjectName, int serialNumber, PrivateKey privKey, PublicKey pubKey, int rand, SEQUENCE extensions)
Method that generates a certificate for given credential
|
| void | run()
Server run method. |
| void | setFailure() |
Parameters: args
Throws: java.lang.Exception
Parameters: args
Throws: java.lang.Exception
Parameters: issuerName subjectName serialNumber privKey pubKey rand extensions
Returns:
Throws: java.lang.Exception