Is there a method in the Android APK that can be called to get a signature? I have found a class VerifySignatureRequest that has a getSiguature method, but do not see any corresponding onVerifySignatureResponse to implmement. Does this exist? Or do we need to write this ourselves?