Command: android keystore watch

Usage: android keystore watch

Watches usage of the Android Keystore. Two KeyStore methods are watched at the
moment. Those are:

KeyStore.getKey()
KeyStore.load()

In both cases, a password for the keystore/key is passed along as the
second parameter of the function.

Ref: https://developer.android.com/reference/java/security/KeyStore.html

Examples:
   android keystore watch
