Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BA991115B for ; Tue, 16 Sep 2014 14:45:35 +0000 (UTC) Received: (qmail 69443 invoked by uid 500); 16 Sep 2014 14:45:35 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 69406 invoked by uid 500); 16 Sep 2014 14:45:35 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 69270 invoked by uid 99); 16 Sep 2014 14:45:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 14:45:35 +0000 Date: Tue, 16 Sep 2014 14:45:35 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5954) Jwe and Jws JAX-RS filters should be able to use JWK stores MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-5954. ----------------------------------- Resolution: Fixed Fix Version/s: 3.1.0 3.0.2 > Jwe and Jws JAX-RS filters should be able to use JWK stores > ----------------------------------------------------------- > > Key: CXF-5954 > URL: https://issues.apache.org/jira/browse/CXF-5954 > Project: CXF > Issue Type: Improvement > Components: JAX-RS, JAX-RS Security > Reporter: Sergey Beryozkin > Assignee: Sergey Beryozkin > Fix For: 3.0.2, 3.1.0 > > > JWK is a JSON structure representing a cryptographic key. At the moment JWE/JWS filters would attempt to read the public/private keys from the Java KeyStore. They should be able to read all sort of the keys from JSON files holding JWK representations -- This message was sent by Atlassian JIRA (v6.3.4#6332)