Modifier and Type | Method and Description |
---|---|
JsonWebKeys |
JsonWebKeysProvider.readFrom(Class<JsonWebKeys> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream is) |
Modifier and Type | Method and Description |
---|---|
long |
JsonWebKeysProvider.getSize(JsonWebKeys t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
JsonWebKeysProvider.writeTo(JsonWebKeys t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
JsonWebKeys |
JsonWebKeysProvider.readFrom(Class<JsonWebKeys> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream is) |
Modifier and Type | Method and Description |
---|---|
static JsonWebKeys |
JweUtils.loadPublicKeyEncryptionKeys(Message m,
Properties props) |
Modifier and Type | Method and Description |
---|---|
static String |
JwkUtils.encodeJwkSet(JsonWebKeys jwkSet) |
static String |
JwkUtils.encryptJwkSet(JsonWebKeys jwkSet,
char[] password) |
static String |
JwkUtils.encryptJwkSet(JsonWebKeys jwkSet,
JweEncryptionProvider jwe) |
static String |
JwkUtils.encryptJwkSet(JsonWebKeys jwkSet,
PublicKey key,
KeyAlgorithm keyAlgo,
ContentAlgorithm contentAlgo) |
static String |
JwkUtils.encryptJwkSet(JsonWebKeys jwkSet,
SecretKey key,
KeyAlgorithm keyAlgo,
ContentAlgorithm contentAlgo) |
static String |
JwkUtils.jwkSetToJson(JsonWebKeys jwkSet) |
String |
JwkReaderWriter.jwkSetToJson(JsonWebKeys jwks) |
static void |
JwkUtils.jwkSetToJson(JsonWebKeys jwkSet,
OutputStream os) |
static String |
JwkUtils.signJwkSet(JsonWebKeys jwkSet,
PrivateKey key,
SignatureAlgorithm algo) |
Modifier and Type | Method and Description |
---|---|
static JsonWebKeys |
JwsUtils.loadPublicVerificationKeys(Message m,
Properties props)
Deprecated.
|
static JsonWebKeys |
JwsUtils.loadPublicVerificationKeys(Message m,
Properties props,
boolean stripPrivateParameters) |
Modifier and Type | Method and Description |
---|---|
JsonWebKeys |
JwksService.getPublicVerificationKeys() |
Apache CXF