Interface PinServicesInterface
- All Superinterfaces:
AG_FinTrustInterface
- All Known Implementing Classes:
PinServices
Interface for PIN-related services in the Transacto: AG_FinTrust system.
Declares methods for checking account existence and securely updating PINs.
Implementations of this interface manage user identity validation
and ensure secure PIN updates using encoding mechanisms.
- Since:
- August 02, 2025
- Version:
- 2.0.0
- Author:
- Aditya Gupta
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAccountExists
(Connection conn) void
updatePin
(Connection conn)
-
Method Details
-
isAccountExists
-
updatePin
-