More specifically: Java's jarsigner is used to sign Android's apk
files. It creates two files: signature (*.sf) and signature block
(*.dsa). The information that I'm looking for is stored in (*.dsa)
file. Is there any way of getting it from PackageManager's Signature
collection returned by:

pm.getPackageInfo(info.packageName,
PackageManager.GET_SIGNATURES).signatures

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to android-security-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
android-security-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to