Revision 3c4d3da0
ID | 3c4d3da044942f09ad3fa8c71e9b5c5d2e1036c6 |
Parent | bcbc6670 |
Child | 9f8a3056 |
make addTrustedSigner's argument a Class rather than ApkSignaturePin
There is no sense in anyone instantiating the class since it is in effect a
singleton, and the only instance methods are for validating that the
certificate matches the fingerprint. Using a Class as an argument mirrors
the syntax of new Intent(Context context, Class cls).
Files
- added
- modified
- copied
- renamed
- deleted