Uses of Class
org.apache.cxf.rs.security.jose.jwk.JsonWebKeys
Packages that use JsonWebKeys
Package
Description
-
Uses of JsonWebKeys in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return JsonWebKeysModifier and TypeMethodDescriptionJsonWebKeysProvider.readFrom(Class<JsonWebKeys> cls, Type t, Annotation[] anns, jakarta.ws.rs.core.MediaType mt, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, InputStream is) Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JsonWebKeysModifier and TypeMethodDescriptionlongJsonWebKeysProvider.getSize(JsonWebKeys t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) voidJsonWebKeysProvider.writeTo(JsonWebKeys t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Method parameters in org.apache.cxf.rs.security.jose.jaxrs with type arguments of type JsonWebKeysModifier and TypeMethodDescriptionJsonWebKeysProvider.readFrom(Class<JsonWebKeys> cls, Type t, Annotation[] anns, jakarta.ws.rs.core.MediaType mt, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, InputStream is) -
Uses of JsonWebKeys in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JsonWebKeysModifier and TypeMethodDescriptionstatic JsonWebKeysJweUtils.loadPublicKeyEncryptionKeys(Message m, Properties props) -
Uses of JsonWebKeys in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk that return JsonWebKeysModifier and TypeMethodDescriptionstatic JsonWebKeysJwkUtils.decodeJwkSet(String jwksJson) static JsonWebKeysJwkUtils.decryptJwkSet(InputStream is, char[] password) static JsonWebKeysJwkUtils.decryptJwkSet(InputStream is, JweDecryptionProvider jwe) static JsonWebKeysJwkUtils.decryptJwkSet(String jsonJwkSet, char[] password) static JsonWebKeysJwkUtils.decryptJwkSet(String jsonJwkSet, JweDecryptionProvider jwe) static JsonWebKeysJwkUtils.decryptJwkSet(PrivateKey key, KeyAlgorithm keyAlgo, ContentAlgorithm ctAlgo, String jsonJwkSet) static JsonWebKeysJwkUtils.decryptJwkSet(SecretKey key, KeyAlgorithm keyAlgo, ContentAlgorithm ctAlgo, String jsonJwkSet) JwkReaderWriter.jsonToJwkSet(String jwksJson) static JsonWebKeysJwkUtils.loadJwkSet(Properties props, Bus bus, JweDecryptionProvider jwe) static JsonWebKeysJwkUtils.loadJwkSet(Properties props, Bus bus, PrivateKeyPasswordProvider cb) static JsonWebKeysJwkUtils.loadJwkSet(Message m, Properties props, PrivateKeyPasswordProvider cb) static JsonWebKeysJwkUtils.loadPublicJwkSet(Message m, Properties props) static JsonWebKeysJwkUtils.readJwkSet(InputStream is) static JsonWebKeysJwkUtils.readJwkSet(String jwksJson) static JsonWebKeysJwkUtils.readJwkSet(URI uri) static JsonWebKeysJwkUtils.verifyJwkSet(PublicKey key, SignatureAlgorithm keyAlgo, String jsonJwk) Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type JsonWebKeysModifier and TypeMethodDescriptionstatic StringJwkUtils.encodeJwkSet(JsonWebKeys jwkSet) static StringJwkUtils.encryptJwkSet(JsonWebKeys jwkSet, char[] password) static StringJwkUtils.encryptJwkSet(JsonWebKeys jwkSet, PublicKey key, KeyAlgorithm keyAlgo, ContentAlgorithm contentAlgo) static StringJwkUtils.encryptJwkSet(JsonWebKeys jwkSet, SecretKey key, KeyAlgorithm keyAlgo, ContentAlgorithm contentAlgo) static StringJwkUtils.encryptJwkSet(JsonWebKeys jwkSet, JweEncryptionProvider jwe) JwkReaderWriter.jwkSetToJson(JsonWebKeys jwks) static StringJwkUtils.jwkSetToJson(JsonWebKeys jwkSet) static voidJwkUtils.jwkSetToJson(JsonWebKeys jwkSet, OutputStream os) static StringJwkUtils.signJwkSet(JsonWebKeys jwkSet, PrivateKey key, SignatureAlgorithm algo) -
Uses of JsonWebKeys in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JsonWebKeysModifier and TypeMethodDescriptionstatic JsonWebKeysJwsUtils.loadPublicVerificationKeys(Message m, Properties props) Deprecated.static JsonWebKeysJwsUtils.loadPublicVerificationKeys(Message m, Properties props, boolean stripPrivateParameters) -
Uses of JsonWebKeys in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services that return JsonWebKeys