al Message-
From: 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 pub
lto:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 12:57 PM
> To: Tomcat Users List
> Subject: Re: How to find what encryption algorithm tomcat is using?
>
> sorry,
> ur own algorithm means any standard cryptographic algorithm,supported
> by java
>
> On 1/25/06, vin
plete 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 algo
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
>
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)
regard
Hi,
I need the info about what encryption algorithm tomcat is using when it
sends/receives data to /from client via SSL. I need this info for export
compliance. When I enabled SSL in tomcat I just followed the normal
procedure given in Tomcat docs. I'm generating a self signed certificate
with ja