Uses of Interface
com.dyuproject.openid.Association

Packages that use Association
com.dyuproject.openid   
 

Uses of Association in com.dyuproject.openid
 

Classes in com.dyuproject.openid that implement Association
 class DiffieHellmanAssociation
          Association using DiffieHellman session - which allows two parties that have no prior knowledge of each other to jointly establish a shared secret key over an insecure communications channel.
 

Methods in com.dyuproject.openid that return Association
 Association OpenIdContext.getAssociation()
          Gets the association.
 

Constructors in com.dyuproject.openid with parameters of type Association
OpenIdContext(Discovery discovery, Association association, HttpConnector httpConnector)
           
 



Copyright © 2008-2013. All Rights Reserved.