gluu
|
公開メンバ関数 | |
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.
Response org.xdi.oxauth.jwk.ws.rs.JwkRestWebService.requestJwk | ( | @Context SecurityContext | securityContext | ) |
The JWK endpoint.
securityContext | An injectable interface that provides access to security related information. |