Binding a Device to a User

To bind the device to a user, perform the following:

Copy
try {
}
walletMgr.bindSecurityModule(walletId, smId);
catch (SecurityModuleBoundException smbe) {
if (log.isEnabledFor(Level.WARN)) {
log.warn(smbe.getMessage());
}
}