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

公開メンバ関数

SignatureAlgorithm getSignatureAlgorithm ()
 
Jwt sign (Jwt jwt) throws InvalidJwtException, SignatureException
 
boolean validate (Jwt jwt)
 

詳解

著者
Javier Rojas Blum Date: 11.12.2012

関数詳解

◆ getSignatureAlgorithm()

SignatureAlgorithm org.xdi.oxauth.model.jws.JwsSigner.getSignatureAlgorithm ( )

org.xdi.oxauth.model.jws.AbstractJwsSignerで実装されています。

◆ sign()

Jwt org.xdi.oxauth.model.jws.JwsSigner.sign ( Jwt  jwt) throws InvalidJwtException, SignatureException

org.xdi.oxauth.model.jws.AbstractJwsSignerで実装されています。

◆ validate()

boolean org.xdi.oxauth.model.jws.JwsSigner.validate ( Jwt  jwt)

org.xdi.oxauth.model.jws.AbstractJwsSignerで実装されています。


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