|
Class Summary |
| AuthenticationEventSender |
This is an abstract class to encapsulate the notion of an authentication event sender. |
| DHOverTCPWithVerification |
This is an abstract class that implements the basics of all protocols
based on Diffie-Hellman key exchange over TCP with subsequent verification
of the key material to check that it is equal on both sides. |
| HostProtocolHandler |
This class handles the key agreement protocol between two hosts on the TCP/IP
level. |
| HostServerSocket |
This class represents a listener on a TCP port which responds to incoming authentication requests by delegating any incoming
connection to the HostProtocolHandler class. |
| InterlockProtocol |
This class implements the interlock protocol as first defined in
Ronald L. |
| SafetyBeltTimer |
This is a currently safety belt against the dongle being stuck in authentication
mode or the other dongle never entering authentication mode. |
| SimpleKeyAgreement |
This class implements a simple key agreement protocol. |