Tsukuyomi OpenID
0.2.0

クラス
jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の使用

AssociationSessionType を使用しているパッケージ
jp.sourceforge.tsukuyomi.openid.association   
jp.sourceforge.tsukuyomi.openid.message   
 

jp.sourceforge.tsukuyomi.openid.association での AssociationSessionType の使用
 

AssociationSessionType として宣言されている jp.sourceforge.tsukuyomi.openid.association のフィールド
static AssociationSessionType AssociationSessionType.DH_COMPAT_SHA1
           
static AssociationSessionType AssociationSessionType.DH_SHA1
           
static AssociationSessionType AssociationSessionType.DH_SHA256
           
static AssociationSessionType AssociationSessionType.NO_ENCRYPTION_COMPAT_SHA1MAC
           
static AssociationSessionType AssociationSessionType.NO_ENCRYPTION_SHA1MAC
           
static AssociationSessionType AssociationSessionType.NO_ENCRYPTION_SHA256MAC
           
 

AssociationSessionType を返す jp.sourceforge.tsukuyomi.openid.association のメソッド
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.
 AssociationSessionType DiffieHellmanSession.getType()
           
 

AssociationSessionType 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.association のメソッド
 int AssociationSessionType.compareTo(AssociationSessionType that)
          Compares to another AssociationSessionType; used for sorting.
static DiffieHellmanSession DiffieHellmanSession.create(AssociationSessionType type, DHParameterSpec dhParameterSpec)
           
static DiffieHellmanSession DiffieHellmanSession.create(AssociationSessionType type, String modulusBase64, String generatorBase64)
           
 boolean AssociationSessionType.isBetter(AssociationSessionType other)
          Returns true if the specified argument's encryption level is considered better than the one of the current instance.
static boolean DiffieHellmanSession.isDhSupported(AssociationSessionType type)
           
 

jp.sourceforge.tsukuyomi.openid.message での AssociationSessionType の使用
 

AssociationSessionType を返す jp.sourceforge.tsukuyomi.openid.message のメソッド
 AssociationSessionType AssociationResponse.getType()
          Gets the association / session type of the association response.
 AssociationSessionType AssociationRequest.getType()
          Gets the association / session type of the association request.
 

AssociationSessionType 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message のメソッド
static AssociationError AssociationError.createAssociationError(String msg, AssociationSessionType type)
           
static AssociationRequest AssociationRequest.createAssociationRequest(AssociationSessionType type)
           
static AssociationRequest AssociationRequest.createAssociationRequest(AssociationSessionType type, DiffieHellmanSession dhSess)
           
 void AssociationError.setAssociationSessionType(AssociationSessionType type)
           
 void AssociationResponse.setType(AssociationSessionType type)
          Sets the association / session type for the association response.
 

AssociationSessionType 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message のコンストラクタ
AssociationError(String msg, AssociationSessionType type)
           
AssociationRequest(AssociationSessionType type)
          Creates an Association Request message with the specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType type, DiffieHellmanSession dhSess)
          Constructs an AssociationRequest message with the specified association type and Diffie-Hellman session.
 


Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.