Package | Description |
---|---|
org.openid4java.association | |
org.openid4java.message |
Modifier and Type | Method and Description |
---|---|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
DHParameterSpec dhParameterSpec) |
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
String modulusBase64,
String generatorBase64) |
Modifier and Type | Method and Description |
---|---|
DiffieHellmanSession |
AssociationRequest.getDHSess()
Gets the Diffie-Hellman session
Null for no-encryption association requests.
|
Modifier and Type | Method and Description |
---|---|
static AssociationRequest |
AssociationRequest.createAssociationRequest(AssociationSessionType type,
DiffieHellmanSession dhSess) |
Association |
AssociationResponse.getAssociation(DiffieHellmanSession dhSess)
Generates an Association object from an Association Response.
|
Constructor and Description |
---|
AssociationRequest(AssociationSessionType type,
DiffieHellmanSession dhSess)
Constructs an AssociationRequest message with the
specified association type and Diffie-Hellman session.
|
Copyright © 2017 Sxip. All rights reserved.