RE: How to find what encryption algorithm tomcat is using?

2006-01-25 Thread Shirode, Sangita \(Sangita\)
: vineesh kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 1:49 PM To: Tomcat Users List Subject: Re: How to find what encryption algorithm tomcat is using? the key generation algorithm itself will be the encryption algorithm as of my knowledge, otherwise the public and private keys do

Re: How to find what encryption algorithm tomcat is using?

2006-01-24 Thread vineesh kumar
the default key generation algorithm is DSA try man keytool if u are on a linux machine but u can specify ur own algoithm when u generating a key like %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows) $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)

Re: How to find what encryption algorithm tomcat is using?

2006-01-24 Thread vineesh kumar
sorry, ur own algorithm means any standard cryptographic algorithm,supported by java On 1/25/06, vineesh kumar [EMAIL PROTECTED] wrote: the default key generation algorithm is DSA try man keytool if u are on a linux machine but u can specify ur own algoithm when u generating a key like

RE: How to find what encryption algorithm tomcat is using?

2006-01-24 Thread Shirode, Sangita \(Sangita\)
details about algorithm in java site since just 'RSA' is not sufficient information. Thanks, Sangita -Original Message- From: vineesh kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 12:57 PM To: Tomcat Users List Subject: Re: How to find what encryption algorithm tomcat