|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前 次 | フレームあり フレームなし |
AssociationException を使用しているパッケージ | |
---|---|
jp.sourceforge.tsukuyomi.openid.association | |
jp.sourceforge.tsukuyomi.openid.message | |
jp.sourceforge.tsukuyomi.openid.rp | |
jp.sourceforge.tsukuyomi.openid.rp.impl |
jp.sourceforge.tsukuyomi.openid.association での AssociationException の使用 |
---|
AssociationException をスローする jp.sourceforge.tsukuyomi.openid.association のメソッド | |
---|---|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
DHParameterSpec dhParameterSpec)
|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
String modulusBase64,
String generatorBase64)
|
static AssociationSessionType |
AssociationSessionType.create(String sessType)
Creates a OpenID 2 AssociationSessionType with the specified session type and HMAC-SHA1 association type. |
static AssociationSessionType |
AssociationSessionType.create(String sessType,
String assocType)
Creates a OpenID 2 AssociationSessionType with the specified session and association types. |
static AssociationSessionType |
AssociationSessionType.create(String sessType,
String assocType,
boolean compatibility)
Creates a AssociationSessionType with the specified session and association types. |
byte[] |
DiffieHellmanSession.decryptMacKey(String encMacKeyBase64,
String serverPublicKeyBase64)
Decrypts the association AMC key. |
String |
DiffieHellmanSession.encryptMacKey(byte[] macKey,
String consumerPublicKeyBase64)
Encrypts the association MAC key. |
static Association |
Association.generate(String type,
String handle,
int expiryIn)
|
protected byte[] |
Association.sign(byte[] data)
|
String |
Association.sign(String text)
|
boolean |
Association.verifySignature(String text,
String signature)
|
jp.sourceforge.tsukuyomi.openid.message での AssociationException の使用 |
---|
AssociationException をスローする jp.sourceforge.tsukuyomi.openid.message のメソッド | |
---|---|
static AssociationResponse |
AssociationResponse.createAssociationResponse(AssociationRequest assocReq,
Association assoc)
|
static AuthSuccess |
AuthSuccess.createAuthSuccess(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow)
|
Association |
AssociationResponse.getAssociation(DiffieHellmanSession dhSess)
Generates an Association object from an Association Response. |
AssociationSessionType |
AssociationResponse.getType()
Gets the association / session type of the association response. |
AssociationSessionType |
AssociationRequest.getType()
Gets the association / session type of the association request. |
AssociationException をスローする jp.sourceforge.tsukuyomi.openid.message のコンストラクタ | |
---|---|
AssociationResponse(AssociationRequest assocReq,
Association assoc)
Constructs an AssociationResponse for a given association request. |
|
AuthSuccess(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow)
|
jp.sourceforge.tsukuyomi.openid.rp での AssociationException の使用 |
---|
AssociationException をスローする jp.sourceforge.tsukuyomi.openid.rp のメソッド | |
---|---|
VerificationResult |
RelayParty.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
|
jp.sourceforge.tsukuyomi.openid.rp.impl での AssociationException の使用 |
---|
AssociationException をスローする jp.sourceforge.tsukuyomi.openid.rp.impl のメソッド | |
---|---|
VerificationResult |
RelayPartyImpl.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion) received from the OpenID Provider. |
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前 次 | フレームあり フレームなし |