gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.model.jwe.JweDecrypter インタフェース
org.xdi.oxauth.model.jwe.JweDecrypter の継承関係図
Inheritance graph
org.xdi.oxauth.model.jwe.JweDecrypter 連携図
Collaboration graph

公開メンバ関数

KeyEncryptionAlgorithm getKeyEncryptionAlgorithm ()
 
void setKeyEncryptionAlgorithm (KeyEncryptionAlgorithm keyEncryptionAlgorithm)
 
BlockEncryptionAlgorithm getBlockEncryptionAlgorithm ()
 
void setBlockEncryptionAlgorithm (BlockEncryptionAlgorithm blockEncryptionAlgorithm)
 
Jwe decrypt (String encryptedJwe) throws InvalidJweException
 

詳解

著者
Javier Rojas Blum Date: 12.04.2012

関数詳解

◆ decrypt()

Jwe org.xdi.oxauth.model.jwe.JweDecrypter.decrypt ( String  encryptedJwe) throws InvalidJweException

org.xdi.oxauth.model.jwe.AbstractJweDecrypterで実装されています。

◆ getBlockEncryptionAlgorithm()

BlockEncryptionAlgorithm org.xdi.oxauth.model.jwe.JweDecrypter.getBlockEncryptionAlgorithm ( )

org.xdi.oxauth.model.jwe.AbstractJweDecrypterで実装されています。

◆ getKeyEncryptionAlgorithm()

KeyEncryptionAlgorithm org.xdi.oxauth.model.jwe.JweDecrypter.getKeyEncryptionAlgorithm ( )

org.xdi.oxauth.model.jwe.AbstractJweDecrypterで実装されています。

◆ setBlockEncryptionAlgorithm()

void org.xdi.oxauth.model.jwe.JweDecrypter.setBlockEncryptionAlgorithm ( BlockEncryptionAlgorithm  blockEncryptionAlgorithm)

org.xdi.oxauth.model.jwe.AbstractJweDecrypterで実装されています。

◆ setKeyEncryptionAlgorithm()

void org.xdi.oxauth.model.jwe.JweDecrypter.setKeyEncryptionAlgorithm ( KeyEncryptionAlgorithm  keyEncryptionAlgorithm)

org.xdi.oxauth.model.jwe.AbstractJweDecrypterで実装されています。


このインタフェース詳解は次のファイルから抽出されました: