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

公開メンバ関数

Response requestJwk (@Context SecurityContext securityContext)
 

詳解

Provides interface for JWK REST web services

A JSON Web Key (JWK) is a JSON data structure that represents a set of public keys as a JSON object [RFC4627]. The JWK format is used to represent bare keys. JSON Web Keys are referenced in JSON Web Signatures (JWSs) using the jku (JSON Key URL) header parameter.

It is sometimes useful to be able to reference public key representations, for instance, in order to verify the signature on content signed with the corresponding private key. The JSON Web Key (JWK) data structure provides a convenient JSON representation for sets of public keys utilizing either the Elliptic Curve or RSA families of algorithms.

著者
Javier Rojas Blum Date: 11.15.2011

関数詳解

◆ requestJwk()

Response org.xdi.oxauth.jwk.ws.rs.JwkRestWebService.requestJwk ( @Context SecurityContext  securityContext)

The JWK endpoint.

引数
securityContextAn injectable interface that provides access to security related information.
戻り値
The JSON Web Key data structure JWK. A JWK consists of a JWK Container Object, which is a JSON object that contains an array of JWK Key Objects as a member.

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