Results 1 to 2 of 2
Thread: java.util.jar and cryptography
- 09-28-2010, 04:34 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 4
- Rep Power
- 0
java.util.jar and cryptography
Hi All,
I am actually understanding the Android OS internals and I came across a part which needs to be clarified by Java people :)
The package installer of Android uses java.util.jar.JarFile class which verifies the signature on Android Application Package.
To understand this, I went to look up the java.util.jar.JarFile class which uses JarVerifier class to verify.
And here I got lost.
I don't see the cryptographic algorithms (RSA) called or the java JCE provider engine...
Can somebody suggest the flow, so I can understand.
Thanks.
- 09-30-2010, 09:54 AM #2
Member
- Join Date
- Sep 2010
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
cryptography
By swathi palla in forum AWT / SwingReplies: 2Last Post: 02-19-2009, 02:51 AM -
Java Cryptography Extension Unlimited Strength Jurisdiction Policy Files.
By Nicholas Jordan in forum Advanced JavaReplies: 0Last Post: 08-26-2008, 10:00 PM -
Legion of the Bouncy Castle Java Cryptography API 1.39
By Java Tip in forum Java SoftwareReplies: 0Last Post: 04-03-2008, 05:27 PM -
Legion of the Bouncy Castle Java Cryptography API 1.38
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-12-2007, 06:53 PM -
Legion of the Bouncy Castle Java Cryptography API 1.37
By Jamie in forum Java SoftwareReplies: 0Last Post: 06-16-2007, 10:42 AM
Bookmarks