Class Summary |
SimpleSRPServer |
A simple hard coded implementation of SRPServerInterface that validates
any given username to the password and salt provided to its constructor. |
SRPLoginTest |
A test of the SRPLogin module |
SRPProtocolTestCase |
Test of the SRP protocol msg exchange sequence. |
SRPServerImpl |
An RMI application that creates a SRPRemoteServer instance and
exports it on the standard RMI register 1099 port. |
TestJCEIntegration |
Tests of using the Java Cryptography Extension framework with SRP. |
TestProtocol |
Test of the SRP protocol msg exchange sequence. |
TstClient |
A simple test client that looks up the SimpleSRPServer in the RMI
registry and attempts to validate the username and password passed
on the command line. |