Thoughts on renaming util module

2006-03-23 Thread Aaron Mulder
Starting an e-mail thread aside from the JIRA... I would *really* like to rename the util module. It's got our bouncycastle import, plus some random Geronimo code dealing with encryption and certificates. I believe the best name for it is crypto. John pointed out that that isn't the greatest

Re: Thoughts on renaming util module

2006-03-23 Thread Vamsavardhana Reddy
crypto should be ok. Though ASN1, Base64 etc aren't necessarily crypto, they are mostly used when dealing with crypto related stuff. -VamsiOn 3/23/06, Aaron Mulder [EMAIL PROTECTED] wrote: Starting an e-mail thread aside from the JIRA...I would *really* like to rename the util module.It's got

Re: Thoughts on renaming util module

2006-03-23 Thread Rick McGuire
Aaron Mulder wrote: Starting an e-mail thread aside from the JIRA... I would *really* like to rename the util module. It's got our bouncycastle import, plus some random Geronimo code dealing with encryption and certificates. The random Geromino code is all part of the original bounycastle

Re: Thoughts on renaming util module

2006-03-23 Thread Aaron Mulder
On 3/23/06, Rick McGuire [EMAIL PROTECTED] wrote: The random Geromino code is all part of the original bounycastle import, I believe. That's not entirely correct -- there's our utility classes for encrypting passwords in config files and I have some soon-to-be-committed changes adding

Re: Thoughts on renaming util module

2006-03-23 Thread Alan D. Cabrera
Aaron Mulder wrote, On 3/23/2006 7:07 AM: On 3/23/06, Rick McGuire [EMAIL PROTECTED] wrote: The "random Geromino" code is all part of the original bounycastle import, I believe. That's not entirely correct -- there's our utility classes for encrypting passwords in

Re: Thoughts on renaming util module

2006-03-23 Thread Guillaume Nodet
Btw,some of this stuff has been duplicated in javamail spec, see http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/ Guillaume Nodet Vamsavardhana Reddy wrote: crypto should be ok. Though ASN1, Base64 etc aren't necessarily

Re: Thoughts on renaming util module

2006-03-23 Thread Rick McGuire
Guillaume Nodet wrote: Btw,some of this stuff has been duplicated in javamail spec, see http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-javamail/src/main/java/org/apache/geronimo/mail/util/ That was intentional, to allow the javamail code to be used separately from the rest

Re: Thoughts on renaming util module

2006-03-23 Thread John Sisson
Aaron Mulder wrote: Starting an e-mail thread aside from the JIRA... I would *really* like to rename the util module. It's got our bouncycastle import, plus some random Geronimo code dealing with encryption and certificates. I believe the best name for it is crypto. John pointed out that

Re: Thoughts on renaming util module

2006-03-23 Thread Jason Dillon
Can't say I really like 'crypto-interface' too much... I'm not too concerned about confusing users either... but maybe I should be. --jason On 3/23/06, John Sisson [EMAIL PROTECTED] wrote: Aaron Mulder wrote: Starting an e-mail thread aside from the JIRA... I would *really* like to

Re: Thoughts on renaming util module

2006-03-23 Thread Alan D. Cabrera
John Sisson wrote, On 3/23/2006 2:33 PM: Aaron Mulder wrote: Starting an e-mail thread aside from the JIRA... I would *really* like to rename the util module. It's got our bouncycastle import, plus some random Geronimo code dealing with encryption and certificates. I believe the best name