mirror of
https://github.com/status-im/react-native-status-keycard.git
synced 2025-02-28 20:10:28 +00:00
indentation
This commit is contained in:
parent
39921f7387
commit
9b69907006
@ -165,7 +165,7 @@ public class SmartCard extends BroadcastReceiver implements CardListener {
|
||||
|
||||
// First thing to do is selecting the applet on the card.
|
||||
ApplicationInfo info = new ApplicationInfo(cmdSet.select().checkOK().getData());
|
||||
String instanceUID = Hex.toHexString(info.getInstanceUID());
|
||||
String instanceUID = Hex.toHexString(info.getInstanceUID());
|
||||
Log.i(TAG, "Instance UID: " + instanceUID);
|
||||
Log.i(TAG, "Key UID: " + Hex.toHexString(info.getKeyUID()));
|
||||
Log.i(TAG, "Secure channel public key: " + Hex.toHexString(info.getSecureChannelPubKey()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user