HID APPROVE SDK
6.0
HID Approve SDK for Android
|
▼Ncom | |
▼Nhidglobal | |
▼Nia | |
▼Nservice | |
▼Nbeans | The com.hidglobal.ia.service.beans provides Common Bean Classes |
CConnectionConfiguration | Configuration of server connections. |
CEvent | Base class for a synchronization event sent from the server. |
CEventListener | This interface provides an integration point for receiving status information sent from the server during the synchronization |
▼CEventResult | Represents the result of EventListener client-side event processing |
CCode | Represents the EventResult result possibilities of the client-side EventListener event processing. |
CIdentifier | Generic Identifier |
CKeyId | Key Identifier |
CParameter | Represents a parameter consisting of a id/value pair |
CPasswordPromptEvent | A synchronization password request event sent from the server. |
CPasswordPromptResult | Represents the requested password information for a PasswordPromptEvent. |
CProgressEvent | A synchronization progress event sent from the server. |
▼Nexception | The com.hidglobal.ia.service.exception Exception Classes |
CAuthenticationException | |
CBaseException | |
CCredentialsExpiredException | |
CErrorCode | |
CFingerprintAuthenticationRequiredException | |
CFingerprintNotEnrolledException | |
CGooglePlayServicesObsoleteException | |
CInexplicitContainerException | |
CInternalException | |
▼CInvalidChallengeException | |
CErrorCodeEnum | |
CInvalidContainerException | |
CInvalidParameterException | |
CInvalidPasswordException | |
CLostCredentialsException | |
CPasswordCancelledException | |
CPasswordExpiredException | |
CPasswordNotYetUpdatableException | |
CPasswordRequiredException | |
CRemoteException | |
CServerAuthenticationException | |
CServerOperationFailedException | |
CServerProtocolException | |
CServerUnsupportedOperationException | |
CServerVersionException | |
CTransactionCanceledException | |
CTransactionContainerInvalidException | |
CTransactionException | |
CTransactionExpiredException | |
CTransactionSignedException | |
CUnsafeDeviceException | |
CUnsupportedDeviceException | |
▼Nmanager | |
CDeviceFactory | The Transaction namespace provides transaction signing related features. |
CSDKConstants | |
▼Notp | The com.hidglobal.ia.service.otp provides the OTP generation features |
▼Nparameters | |
CAlgorithmParameters | Base class for algorithm configuration parameters. |
CHOTPParameters | Defines the HOTP algorithm parameters. |
CInputAlgorithmParameters | Base class for algorithm parameters provided by the API consumer. |
CInputOCRAParameters | Defines OCRA algorithm parameters set by the API consumer. |
COCRAParameters | Defines the OCRA algorithm parameters. |
▼COCRASuite | Represents the OCRA suite and associated runtime parameters. |
CBuilder | |
CTOTPParameters | Defines the TOTP algorithm parameters. |
CAsyncOTPGenerator | Extends the OTP generator to support asynchronous challenge-response generation. (OCRA) |
COTPGenerator | A base interface for OTP generators. |
CSyncOTPGenerator | Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP) |
▼Nprotectionpolicy | The com.hidglobal.ia.service.protectionpolicy provides classes to discover the policies protecting the cryptographic keys |
CBioAuthenticationState | Working state of authentication with biometrics. |
CBioPasswordPolicy | Protection policy with authentication with biometrics or password. |
CCounterLockPolicy | The access to the credential will be locked after a configurable number of failed attempts. |
CDelayLockPolicy | The access to the credential will be limited by applying an exponential delay for each failed attempt. |
CDevicePolicy | Protection Policy with device derived key protection. |
▼CLockPolicy | Lock Policy with specific access constraints |
CLockType | |
CNoLockPolicy | The access to the credential never locks after failed attempts. |
CPasswordPolicy | Protection Policy with password specific constraints. |
▼CProtectionPolicy | The protection policy defines the security parameters associated with a key or data item. |
CPolicyType | |
CProtectionPolicyId | Protection Policy Identifier |
CSilentLockPolicy | The access to the credential is limited by delegating validation and blocking to server-side controls (such as exhausting the failed authentication counter). |
▼Ntransaction | The com.hidglobal.ia.service.transaction provides transaction signing related features |
CCancelationReason | |
CContainer | Encapsulates an active service container instance. |
CContainerConfiguration | Base container configuration |
CContainerInitialization | Configuration for creation of a new Container |
CContainerRenewal | Configuration for renew of a Container. |
CDevice | Parent device object used to query device information and discover any active containers. |
CKey | Key instance. |
CKeyPair | Represents an asymmetric public/private key pair instance. |
CKeySpec | Encapsulates a key with configuration |
CServerAction | Encapsulates an action extracted from an encrypted server message. |
CServerActionInfo | Action details received from server |
CTransaction | Encapsulates a transaction and exposes an API to apply an action status and context. |
CTransactionFilter | (Reserved for future use) |