Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
gnu.javax.crypto.key.srp6.SRP6KeyAgreement

Uses of SRP6KeyAgreement in gnu.javax.crypto.key.srp6
 

Subclasses of SRP6KeyAgreement in gnu.javax.crypto.key.srp6
 class SRP6Host
          The implementation of the Host in the SRP-6 key agreement protocol.
 class SRP6SaslClient
          A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the User (client side).
 class SRP6SaslServer
          A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the Host (server side).
 class SRP6TLSClient
          A variation of the SRP6 key agreement protocol, for the client-side as proposed in Using SRP for TLS Authentication.
 class SRP6TLSServer
          A variation of the SRP6 key agreement protocol, for the server-side as proposed in Using SRP for TLS Authentication.
 class SRP6User
          The implementation of the User in the SRP-6 protocol.