| Package | Description |
|---|---|
| org.openid4java.association | |
| org.openid4java.message |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
private DiffieHellmanSession |
AssociationRequest._dhSess
The Diffie-Hellman session containing the cryptografic data needed for
encrypting the MAC key exchange.
|
| 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 2006-2008 Sxip Identity Corporation