Interface CHVManagementCardService
-
- All Superinterfaces:
CardServiceInterface
- All Known Implementing Classes:
SmartCardHSMCardService
public interface CHVManagementCardService extends CardServiceInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanchangeReferenceData(SecurityDomain domain, int number, CHVControl cc, byte[] currentPassword, byte[] newPassword)booleanresetRetryCounter(SecurityDomain domain, int number, CHVControl cc, byte[] unblockingCode, byte[] newPassword)-
Methods inherited from interface opencard.opt.service.CardServiceInterface
getCard, setCHVDialog
-
-
-
-
Method Detail
-
changeReferenceData
boolean changeReferenceData(SecurityDomain domain, int number, CHVControl cc, byte[] currentPassword, byte[] newPassword) throws CardTerminalException, CardServiceException
-
resetRetryCounter
boolean resetRetryCounter(SecurityDomain domain, int number, CHVControl cc, byte[] unblockingCode, byte[] newPassword) throws CardTerminalException, CardServiceException
-
-