Hi,

   +-From: Scott Spyrison <spyri...@iit.edu> --
   |_Date: Mon, 2 Aug 2010 15:19:48 -0500 _____
   |
   ...
   |I am going to keep digging.  My gut feeling is that this is
   |specific to T2 processor, which I believe has some crypto
   |off-loading capability.

As the shortcut for your success, I suggest you to try
other JCE provider like Bouncycastle.org[1] rather than sticking on
this issue.

For example, after adding 'bcprov-jdk16-145.jar'[2] to CLASSPATH,
insert following chunk of code to your program at the beginning,

import java.security.Security;
import org.bouncycastle.jce.provider.BouncyCastleProvider;

...

  Security.insertProviderAt(new BouncyCastleProvider(), 1);


[1] http://www.bouncycastle.org/java.html
[2] http://www.bouncycastle.org/download/bcprov-jdk16-145.jar 


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Skype callto://jcraft/
Twitter: @ymnk

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to