| Package | Description |
|---|---|
| org.jose4j.jwk | |
| org.jose4j.jwx | |
| org.jose4j.keys.resolvers |
| Modifier and Type | Class and Description |
|---|---|
class |
EllipticCurveJsonWebKey |
class |
RsaJsonWebKey |
| Modifier and Type | Method and Description |
|---|---|
static PublicJsonWebKey |
PublicJsonWebKey.Factory.newPublicJwk(Key publicKey) |
static PublicJsonWebKey |
PublicJsonWebKey.Factory.newPublicJwk(Map<String,Object> params) |
static PublicJsonWebKey |
PublicJsonWebKey.Factory.newPublicJwk(Map<String,Object> params,
String jcaProvider) |
static PublicJsonWebKey |
PublicJsonWebKey.Factory.newPublicJwk(String json) |
static PublicJsonWebKey |
PublicJsonWebKey.Factory.newPublicJwk(String json,
String jcaProvider) |
| Modifier and Type | Method and Description |
|---|---|
PublicJsonWebKey |
JsonWebStructure.getJwkHeader()
Gets the "jwk" (JSON Web Key) Header Parameter per
https://tools.ietf.org/html/rfc7515#section-4.1.3 and/or
https://tools.ietf.org/html/rfc7516#section-4.1.5
|
PublicJsonWebKey |
Headers.getPublicJwkHeaderValue(String name,
String jcaProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWebStructure.setJwkHeader(PublicJsonWebKey jwk)
Sets the "jwk" (JSON Web Key) Header Parameter per
https://tools.ietf.org/html/rfc7515#section-4.1.3 and/or
https://tools.ietf.org/html/rfc7516#section-4.1.5
|
| Modifier and Type | Method and Description |
|---|---|
PublicJsonWebKey |
EmbeddedJwkVerificationKeyResolver.getJwk()
Gets the JWK that was found in the JWS header by this resolver.
|
Copyright © 2020. All rights reserved.