HID APPROVE SDK  5.9
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
 CCloneable
 Ccom.hidglobal.ia.service.beans.ParameterRepresents a parameter or option where the ID and value are enforced to be of type String.
 Ccom.hidglobal.ia.service.beans.EventResult.Code
 Ccom.hidglobal.ia.service.beans.ConnectionConfigurationConfiguration of server connections.
 Ccom.hidglobal.ia.service.transaction.ContainerService container instance
 Ccom.hidglobal.ia.service.transaction.ContainerConfigurationBase container configuration
 Ccom.hidglobal.ia.service.transaction.ContainerInitializationConfiguration for creation of a Container
 Ccom.hidglobal.ia.service.transaction.ContainerRenewalConfiguration for renew of a Container
 Ccom.hidglobal.ia.service.transaction.DeviceMain device instance
 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.EventA synchronization event sent from the server
 Ccom.hidglobal.ia.service.beans.PasswordPromptEventPassword prompt event
 Ccom.hidglobal.ia.service.beans.ProgressEventA synchronization 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 the event processing
 Ccom.hidglobal.ia.service.beans.PasswordPromptResultRepresents the result of the PasswordPromptEvent processing
 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.NotImplementedException
 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.TransactionException
 Ccom.hidglobal.ia.service.exception.AuthenticationException
 Ccom.hidglobal.ia.service.exception.ServerAuthenticationException
 Ccom.hidglobal.ia.service.exception.CredentialsExpiredException
 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.UnsupportedDeviceException
 Ccom.hidglobal.ia.service.exception.UnsafeDeviceException
 Ccom.hidglobal.ia.service.transaction.KeyKey instance
 Ccom.hidglobal.ia.service.transaction.KeySpec
 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.NoLockPolicyLock Policy with specific access constraints
 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 protocol 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
 Ccom.hidglobal.ia.service.transaction.ServerActionInfoAction details
 Ccom.hidglobal.ia.service.transaction.TransactionFilter
 Ccom.hidglobal.ia.service.transaction.TransactionInfo
 CSerializable
 Ccom.hidglobal.ia.service.beans.KeyIdKey Identifier
 Ccom.hidglobal.ia.service.beans.ParameterRepresents a parameter or option where the ID and value are enforced to be of type String.
 Ccom.hidglobal.ia.service.protectionpolicy.ProtectionPolicyIdProtection Policy Identifier