eSignManagementAction
eSignManagementAction
enumeration contains a pool of constants which determine eSign management action.
class eSignManagementAction {
static const int smaUndefined = 0;
static const int smaCreatePIN = 1;
static const int smaChangePIN = 2;
static const int smaUnblockPIN = 3;
static const int smaTerminatePIN = 4;
static const int smaGenerateKeys = 5;
static const int smaTerminateKeys = 6;
static const int smaSignData = 7;
}
Constant | Description |
---|---|
smaUndefined | not identified |
smaCreatePIN | create PIN |
smaChangePIN | Change PIN |
smaUnblockPIN | unblock PIN |
smaTerminatePIN | terminate PIN |
smaGenerateKeys | generate keys |
smaTerminateKeys | terminate keys |
smaSignData | sign data |