| Deprecated Methods |
com.bharosa.vcrypt.auth.keypad.KeyPadUtil.assignCaptionTextToUser()
|
com.bharosa.vcrypt.tracker.intf.VCryptTracker.generateOTP(String, String, String)
Use getOTPCode |
com.bharosa.vcrypt.tracker.intf.NameValueProfile.getAlteredLongValues()
Use NameValueProfile.getAlteredBigIntegerValues() instead |
com.bharosa.vcrypt.tracker.util.CookieSet.getFlashCookie()
use getDigitalCookie |
com.bharosa.vcrypt.tracker.intf.NameValueProfile.getLongValue(String)
Use NameValueProfile.getBigIntegerValue(String) instead |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.getNameValueProfile(String, Long, String)
|
com.bharosa.vcrypt.tracker.intf.NameValueProfile.getOriginalLongValues()
Use NameValueProfile.getOriginalBigIntegerValues() instead |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.handleTransactionLog(String, Date, Integer, Map[])
Will be removed in future releases, use createTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.handleTransactionLog(String, Date, Map[])
Will be removed in future releases, use createTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.handleTransactionLog(String, Map[])
Will be removed in future releases, use createTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.refreshNameValueProfile(NameValueProfile)
|
com.bharosa.vcrypt.tracker.intf.VCryptTracker.saveNameValueProfile(NameValueProfile)
|
com.bharosa.vcrypt.tracker.intf.NameValueProfile.setLongValue(String, BigInteger)
Use NameValueProfile.setBigIntegerValue(String,BigInteger) instead |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateAuthStatus(String, int, int, String)
use updateAuthStatus(String requestId, OAAMSessionData sessionData); |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateTransactionStatus(String, Date, long, int)
Will be removed in future releases, use updateTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateTransactionStatus(String, Date, long, int, Map[])
Will be removed in future releases, use updateTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateTransactionStatus(String, Date, long, int, Map[], boolean)
Will be removed in future releases, use updateTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateTransactionStatus(String, long, int)
Will be removed in future releases, use updateTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateTransactionStatus(String, long, int, boolean)
Will be removed in future releases, use updateTransaction |
com.bharosa.vcrypt.tracker.intf.VCryptTracker.updateTransactionStatus(String, long, int, Map[])
Will be removed in future releases, use updateTransaction |