gluu
静的公開変数類 | 非公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.model.jwt.JwtHeaderName クラス
org.xdi.oxauth.model.jwt.JwtHeaderName 連携図
Collaboration graph

静的公開変数類

static final String TYPE = "typ"
 
static final String ALGORITHM = "alg"
 
static final String KEY_ID = "kid"
 
static final String CONTENT_TYPE = "cty"
 
static final String ENCRYPTION_METHOD = "enc"
 
static final String EPHEMERAL_PUBLIC_KEY = "epk"
 
static final String COMPRESSION_ALGORITHM = "zip"
 
static final String AGREEMENT_PARTY_U_INFO = "apu"
 
static final String AGREEMENT_PARTY_V_INFO = "apv"
 
static final String ENCRYPTION_PARTY_U_INFO = "epu"
 
static final String ENCRYPTION_PARTY_V_INFO = "epv"
 

非公開メンバ関数

 JwtHeaderName ()
 

詳解

著者
Javier Rojas Blum Date: 11.09.2012

構築子と解体子

◆ JwtHeaderName()

org.xdi.oxauth.model.jwt.JwtHeaderName.JwtHeaderName ( )
inlineprivate

The caller references the constants using JwtClaimName.TYPE, and so on. Thus, the caller should be prevented from constructing objects of this class, by declaring this private constructor.

31  {
32  // this prevents even the native class from calling this constructor as well
33  throw new AssertionError();
34  }

メンバ詳解

◆ AGREEMENT_PARTY_U_INFO

final String org.xdi.oxauth.model.jwt.JwtHeaderName.AGREEMENT_PARTY_U_INFO = "apu"
static

◆ AGREEMENT_PARTY_V_INFO

final String org.xdi.oxauth.model.jwt.JwtHeaderName.AGREEMENT_PARTY_V_INFO = "apv"
static

◆ ALGORITHM

final String org.xdi.oxauth.model.jwt.JwtHeaderName.ALGORITHM = "alg"
static

◆ COMPRESSION_ALGORITHM

final String org.xdi.oxauth.model.jwt.JwtHeaderName.COMPRESSION_ALGORITHM = "zip"
static

◆ CONTENT_TYPE

final String org.xdi.oxauth.model.jwt.JwtHeaderName.CONTENT_TYPE = "cty"
static

◆ ENCRYPTION_METHOD

final String org.xdi.oxauth.model.jwt.JwtHeaderName.ENCRYPTION_METHOD = "enc"
static

◆ ENCRYPTION_PARTY_U_INFO

final String org.xdi.oxauth.model.jwt.JwtHeaderName.ENCRYPTION_PARTY_U_INFO = "epu"
static

◆ ENCRYPTION_PARTY_V_INFO

final String org.xdi.oxauth.model.jwt.JwtHeaderName.ENCRYPTION_PARTY_V_INFO = "epv"
static

◆ EPHEMERAL_PUBLIC_KEY

final String org.xdi.oxauth.model.jwt.JwtHeaderName.EPHEMERAL_PUBLIC_KEY = "epk"
static

◆ KEY_ID

final String org.xdi.oxauth.model.jwt.JwtHeaderName.KEY_ID = "kid"
static

◆ TYPE

final String org.xdi.oxauth.model.jwt.JwtHeaderName.TYPE = "typ"
static

このクラス詳解は次のファイルから抽出されました: