HID APPROVE SDK  6.0
HID Approve SDK for Android
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Ccom.hidglobal.ia.service.otp.parameters.AlgorithmParametersBase class for algorithm configuration parameters.
 Ccom.hidglobal.ia.service.otp.parameters.HOTPParametersDefines the HOTP algorithm parameters.
 Ccom.hidglobal.ia.service.otp.parameters.OCRAParametersDefines the OCRA algorithm parameters.
 Ccom.hidglobal.ia.service.otp.parameters.TOTPParametersDefines the TOTP algorithm parameters.
 Ccom.hidglobal.ia.service.protectionpolicy.BioAuthenticationStateWorking state of authentication with biometrics.
 Ccom.hidglobal.ia.service.otp.parameters.OCRASuite.Builder
 Ccom.hidglobal.ia.service.transaction.CancelationReason
 Ccom.hidglobal.ia.service.beans.EventResult.CodeRepresents the EventResult result possibilities of the client-side EventListener event processing.
 Ccom.hidglobal.ia.service.beans.ConnectionConfigurationConfiguration of server connections.
 Ccom.hidglobal.ia.service.transaction.ContainerEncapsulates an active service container instance.
 Ccom.hidglobal.ia.service.transaction.ContainerConfigurationBase container configuration
 Ccom.hidglobal.ia.service.transaction.ContainerInitializationConfiguration for creation of a new Container
 Ccom.hidglobal.ia.service.transaction.ContainerRenewalConfiguration for renew of a Container.
 Ccom.hidglobal.ia.service.transaction.DeviceParent device object used to query device information and discover any active containers.
 Ccom.hidglobal.ia.service.manager.DeviceFactoryThe Transaction namespace provides transaction signing related features.
 Ccom.hidglobal.ia.service.exception.ErrorCode
 Ccom.hidglobal.ia.service.exception.InvalidChallengeException.ErrorCodeEnum
 Ccom.hidglobal.ia.service.beans.EventBase class for a synchronization event sent from the server.
 Ccom.hidglobal.ia.service.beans.PasswordPromptEventA synchronization password request event sent from the server.
 Ccom.hidglobal.ia.service.beans.ProgressEventA synchronization progress event sent from the server.
 Ccom.hidglobal.ia.service.beans.EventListenerThis interface provides an integration point for receiving status information sent from the server during the synchronization
 Ccom.hidglobal.ia.service.beans.EventResultRepresents the result of EventListener client-side event processing
 Ccom.hidglobal.ia.service.beans.PasswordPromptResultRepresents the requested password information for a PasswordPromptEvent.
 CException
 Ccom.hidglobal.ia.service.exception.InvalidChallengeException
 Ccom.hidglobal.ia.service.beans.IdentifierGeneric Identifier
 Ccom.hidglobal.ia.service.beans.KeyIdKey Identifier
 Ccom.hidglobal.ia.service.protectionpolicy.ProtectionPolicyIdProtection Policy Identifier
 Ccom.hidglobal.ia.service.otp.parameters.InputAlgorithmParametersBase class for algorithm parameters provided by the API consumer.
 Ccom.hidglobal.ia.service.otp.parameters.InputOCRAParametersDefines OCRA algorithm parameters set by the API consumer.
 CIOException
 Ccom.hidglobal.ia.service.exception.BaseException
 Ccom.hidglobal.ia.service.exception.FingerprintAuthenticationRequiredException
 Ccom.hidglobal.ia.service.exception.FingerprintNotEnrolledException
 Ccom.hidglobal.ia.service.exception.GooglePlayServicesObsoleteException
 Ccom.hidglobal.ia.service.exception.InternalException
 Ccom.hidglobal.ia.service.exception.InvalidParameterException
 Ccom.hidglobal.ia.service.exception.LostCredentialsException
 Ccom.hidglobal.ia.service.exception.RemoteException
 Ccom.hidglobal.ia.service.exception.ServerVersionException
 Ccom.hidglobal.ia.service.exception.ServerOperationFailedException
 Ccom.hidglobal.ia.service.exception.ServerProtocolException
 Ccom.hidglobal.ia.service.exception.ServerUnsupportedOperationException
 Ccom.hidglobal.ia.service.exception.TransactionCanceledException
 Ccom.hidglobal.ia.service.exception.TransactionException
 Ccom.hidglobal.ia.service.exception.AuthenticationException
 Ccom.hidglobal.ia.service.exception.ServerAuthenticationException
 Ccom.hidglobal.ia.service.exception.CredentialsExpiredException
 Ccom.hidglobal.ia.service.exception.InexplicitContainerException
 Ccom.hidglobal.ia.service.exception.InvalidContainerException
 Ccom.hidglobal.ia.service.exception.InvalidPasswordException
 Ccom.hidglobal.ia.service.exception.PasswordCancelledException
 Ccom.hidglobal.ia.service.exception.PasswordExpiredException
 Ccom.hidglobal.ia.service.exception.PasswordNotYetUpdatableException
 Ccom.hidglobal.ia.service.exception.PasswordRequiredException
 Ccom.hidglobal.ia.service.exception.TransactionContainerInvalidException
 Ccom.hidglobal.ia.service.exception.TransactionExpiredException
 Ccom.hidglobal.ia.service.exception.TransactionSignedException
 Ccom.hidglobal.ia.service.exception.UnsupportedDeviceException
 Ccom.hidglobal.ia.service.exception.UnsafeDeviceException
 Ccom.hidglobal.ia.service.transaction.KeyKey instance.
 Ccom.hidglobal.ia.service.transaction.KeyPairRepresents an asymmetric public/private key pair instance.
 Ccom.hidglobal.ia.service.transaction.KeySpecEncapsulates a key with configuration
 Ccom.hidglobal.ia.service.protectionpolicy.LockPolicyLock Policy with specific access constraints
 Ccom.hidglobal.ia.service.protectionpolicy.CounterLockPolicyThe access to the credential will be locked after a configurable number of failed attempts.
 Ccom.hidglobal.ia.service.protectionpolicy.DelayLockPolicyThe access to the credential will be limited by applying an exponential delay for each failed attempt.
 Ccom.hidglobal.ia.service.protectionpolicy.NoLockPolicyThe access to the credential never locks after failed attempts.
 Ccom.hidglobal.ia.service.protectionpolicy.SilentLockPolicyThe access to the credential is limited by delegating validation and blocking to server-side controls (such as exhausting the failed authentication counter).
 Ccom.hidglobal.ia.service.protectionpolicy.LockPolicy.LockType
 Ccom.hidglobal.ia.service.otp.parameters.OCRASuiteRepresents the OCRA suite and associated runtime parameters.
 Ccom.hidglobal.ia.service.otp.OTPGeneratorA base interface for OTP generators.
 Ccom.hidglobal.ia.service.otp.AsyncOTPGeneratorExtends the OTP generator to support asynchronous challenge-response generation. (OCRA)
 Ccom.hidglobal.ia.service.otp.SyncOTPGeneratorExtends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP)
 Ccom.hidglobal.ia.service.protectionpolicy.ProtectionPolicy.PolicyType
 Ccom.hidglobal.ia.service.protectionpolicy.ProtectionPolicyThe protection policy defines the security parameters associated with a key or data item.
 Ccom.hidglobal.ia.service.protectionpolicy.DevicePolicyProtection Policy with device derived key protection.
 Ccom.hidglobal.ia.service.protectionpolicy.PasswordPolicyProtection Policy with password specific constraints.
 Ccom.hidglobal.ia.service.protectionpolicy.BioPasswordPolicyProtection policy with authentication with biometrics or password.
 Ccom.hidglobal.ia.service.manager.SDKConstants
 Ccom.hidglobal.ia.service.transaction.ServerActionEncapsulates an action extracted from an encrypted server message.
 Ccom.hidglobal.ia.service.transaction.TransactionEncapsulates a transaction and exposes an API to apply an action status and context.
 Ccom.hidglobal.ia.service.transaction.ServerActionInfoAction details received from server
 Ccom.hidglobal.ia.service.transaction.TransactionFilter(Reserved for future use)
 CSerializable
 Ccom.hidglobal.ia.service.beans.KeyIdKey Identifier
 Ccom.hidglobal.ia.service.beans.ParameterRepresents a parameter consisting of a id/value pair
 Ccom.hidglobal.ia.service.protectionpolicy.ProtectionPolicyIdProtection Policy Identifier