Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 38484 invoked from network); 1 Oct 2003 19:12:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Oct 2003 19:12:32 -0000 Received: (qmail 85213 invoked by uid 500); 1 Oct 2003 19:12:17 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 85186 invoked by uid 500); 1 Oct 2003 19:12:17 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 85172 invoked from network); 1 Oct 2003 19:12:16 -0000 Received: from unknown (HELO neo.dave.dribin.org) (12.31.151.47) by daedalus.apache.org with SMTP; 1 Oct 2003 19:12:16 -0000 Received: by neo.dave.dribin.org (Postfix, from userid 500) id 9B8EF6034; Wed, 1 Oct 2003 14:12:21 -0500 (CDT) Date: Wed, 1 Oct 2003 14:12:21 -0500 From: Dave Dribin To: Jakarta Commons Users List Subject: Re: [lang][codec] DigestUtils? Message-ID: <20031001191221.GD16982@neo.realtors.org> References: <20031001172829.GC16982@neo.realtors.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Oct 01, 2003 at 01:32:59PM -0400, Henri Yandell wrote: > > I've got such a thing myself: > > http://www.osjava.org/genjava-core/apidocs/com/generationjava/security/Securer.html > > and do believe it's a good thing. Yeah, it's seems fairly common to write a wrapper. > However it's not within Lang's scope. Codec already has the other half the > equation [hex representations] so possibly this could fall withing Codec's > realm. Really? As a user of commons-lang already, it seems to fall under the "helper utility" aspect, similar to the static methods of *Utils classes already present. It's not providing any new codecs, just a facade around existing core Java objects. For compatibilities sake, I did check when MessageDigest was included in Java core, and is included all the way back in JDK 1.2. I can provide the code and JUnit tests, and you guys can do whatever you like with 'em. :) Is this the appropriate list? What's the proper method to transfer copyright to ASF? -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org