Package com.miracl.trust.delegate
Types
Name | Summary |
---|---|
PinConsumer | Brief description An interface used to allow the application, using the MIRACLTrust SDK, to pass the PIN to the SDK. Content interface PinConsumer |
PinProvider | Brief description An interface used to allow the MIRACLTrust SDK to request PIN. The application using the SDK is responsible for obtaining the PIN from the user and then pass it to the PinConsumer . Content interface PinProvider |
ResultHandler | Brief description An interface used to connect MIRACLTrust SDK output to your application. The result could be either MiraclSuccess or MiraclError. Content interface ResultHandler<SUCCESS, FAIL> |