|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffieHellmanSession | |
---|---|
org.openid4java.association | |
org.openid4java.message |
Uses of DiffieHellmanSession in org.openid4java.association |
---|
Methods in org.openid4java.association that return DiffieHellmanSession | |
---|---|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
javax.crypto.spec.DHParameterSpec dhParameterSpec)
|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
java.lang.String modulusBase64,
java.lang.String generatorBase64)
|
Uses of DiffieHellmanSession in org.openid4java.message |
---|
Methods in org.openid4java.message that return DiffieHellmanSession | |
---|---|
DiffieHellmanSession |
AssociationRequest.getDHSess()
Gets the Diffie-Hellman session Null for no-encryption association requests. |
Methods in org.openid4java.message with parameters of type DiffieHellmanSession | |
---|---|
static AssociationRequest |
AssociationRequest.createAssociationRequest(AssociationSessionType type,
DiffieHellmanSession dhSess)
|
Association |
AssociationResponse.getAssociation(DiffieHellmanSession dhSess)
Generates an Association object from an Association Response. |
Constructors in org.openid4java.message with parameters of type DiffieHellmanSession | |
---|---|
AssociationRequest(AssociationSessionType type,
DiffieHellmanSession dhSess)
Constructs an AssociationRequest message with the specified association type and Diffie-Hellman session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |