org.jboss.security.test |
|
Java Source File Name | Type | Comment |
SimpleSRPServer.java | Class | A simple hard coded implementation of SRPServerInterface that validates
any given username to the password and salt provided to its constructor. |
SRPLoginTest.java | Class | |
SRPProtocolTestCase.java | Class | Test of the SRP protocol msg exchange sequence. |
SRPServerImpl.java | Class | An RMI application that creates a SRPRemoteServer instance and
exports it on the standard RMI register 1099 port. |
TestJCEIntegration.java | Class | Tests of using the Java Cryptography Extension framework with SRP. |
TestProtocol.java | Class | Test of the SRP protocol msg exchange sequence. |
TstClient.java | Class | 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. |