Uses of Class
org.apache.cxf.rs.security.jose.jwk.JsonWebKeys
-
-
Uses of JsonWebKeys in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return JsonWebKeys Modifier and Type Method Description JsonWebKeysJsonWebKeysProvider. readFrom(Class<JsonWebKeys> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is)Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JsonWebKeys Modifier and Type Method Description longJsonWebKeysProvider. getSize(JsonWebKeys t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidJsonWebKeysProvider. 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)Method parameters in org.apache.cxf.rs.security.jose.jaxrs with type arguments of type JsonWebKeys Modifier and Type Method Description JsonWebKeysJsonWebKeysProvider. readFrom(Class<JsonWebKeys> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.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 JsonWebKeys Modifier and Type Method Description static 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 with parameters of type JsonWebKeys Modifier and Type Method Description static 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)StringJwkReaderWriter. 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 JsonWebKeys Modifier and Type Method Description static 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 Modifier and Type Method Description JsonWebKeysJwksService. getPublicVerificationKeys()
-