Statistics
| Branch: | Tag: | Revision:

trustedintents / src @ 35897639

Name Size Revision Age Author Comment
  info 35897639 over 3 years Hans-Christoph Steiner add TrustedIntents.startActivity(Intent intent)...

Latest revisions

# Date Author Comment
35897639 06/24/2014 08:36 pm Hans-Christoph Steiner

add TrustedIntents.startActivity(Intent intent) convenience method

This is another way of calling it that might make more sense to some people

89f16a42 06/24/2014 08:36 pm Hans-Christoph Steiner

isReceiverTrusted() for checking an Intent before calling startActivity()

Set up APK signature pins using addTrustedSigner() then check Intents using
checkTrustedSigner() before using them in startActivity()/etc. This is the
first model for how to check that the Intent is going to the right receiver

01534004 06/24/2014 08:36 pm Hans-Christoph Steiner

include fingerprints in ApkSignaturePins as a way to double-check

The original source that generates the ApkSignaturePin subclass can include
a SHA-256 fingerprint of that certificate to, if they are unsure of the
process of converting into a byte[][] in Java code. Then the byte[][] can...

9f30348a 06/24/2014 08:36 pm Hans-Christoph Steiner

finalize APK signature superclass as ApkSignaturePin

This class is used when generating a Pin against an APK signature. The pin
is a subclass of info.guardianproject.trustedintents.ApkSignaturePin.

f9b84add 06/24/2014 08:36 pm Hans-Christoph Steiner

first sketch of base classes

View revisions

Also available in: Atom