Return-Path: Delivered-To: apmail-xml-security-dev-archive@www.apache.org Received: (qmail 91197 invoked from network); 21 Dec 2007 16:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2007 16:59:55 -0000 Received: (qmail 48557 invoked by uid 500); 21 Dec 2007 16:59:43 -0000 Delivered-To: apmail-xml-security-dev-archive@xml.apache.org Received: (qmail 48547 invoked by uid 500); 21 Dec 2007 16:59:43 -0000 Mailing-List: contact security-dev-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: security-dev@xml.apache.org List-Id: Delivered-To: mailing list security-dev@xml.apache.org Received: (qmail 48536 invoked by uid 99); 21 Dec 2007 16:59:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 08:59:43 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2007 16:59:30 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id E1721714238; Fri, 21 Dec 2007 08:59:33 -0800 (PST) From: bugzilla@apache.org To: security-dev@xml.apache.org Subject: DO NOT REPLY [Bug 43056] - Library does not allow specify provider for private key operations In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20071221165933.E1721714238@brutus.apache.org> Date: Fri, 21 Dec 2007 08:59:33 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43056 sean.mullan@sun.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED ------- Additional Comments From sean.mullan@sun.com 2007-12-21 08:59 ------- Fixed. In order to use a specific provider, you must pass the Provider object as a property to the XMLSignContext or XMLValidateContex, ex: signContext.setProperty ("org.jcp.xml.dsig.internal.dom.SignatureProvider", new MyProvider()); -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.