HID APPROVE SDK
5.9
HID Approve SDK for Android
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
4
5
]
▼
C
com.hidglobal.ia.service.otp.parameters.AlgorithmParameters
Base class for algorithm configuration parameters.
C
com.hidglobal.ia.service.otp.parameters.HOTPParameters
Defines the HOTP algorithm parameters.
C
com.hidglobal.ia.service.otp.parameters.OCRAParameters
Defines the OCRA algorithm parameters.
C
com.hidglobal.ia.service.otp.parameters.TOTPParameters
Defines the TOTP algorithm parameters.
C
com.hidglobal.ia.service.protectionpolicy.BioAuthenticationState
Working state of authentication with biometrics.
C
com.hidglobal.ia.service.otp.parameters.OCRASuite.Builder
▼
C
Cloneable
C
com.hidglobal.ia.service.beans.Parameter
Represents a parameter or option where the ID and value are enforced to be of type String.
C
com.hidglobal.ia.service.beans.EventResult.Code
C
com.hidglobal.ia.service.beans.ConnectionConfiguration
Configuration of server connections.
C
com.hidglobal.ia.service.transaction.Container
Service container instance
▼
C
com.hidglobal.ia.service.transaction.ContainerConfiguration
Base container configuration
C
com.hidglobal.ia.service.transaction.ContainerInitialization
Configuration for creation of a
Container
C
com.hidglobal.ia.service.transaction.ContainerRenewal
Configuration for renew of a
Container
C
com.hidglobal.ia.service.transaction.Device
Main device instance
C
com.hidglobal.ia.service.manager.DeviceFactory
The Transaction namespace provides transaction signing related features.
C
com.hidglobal.ia.service.exception.ErrorCode
C
com.hidglobal.ia.service.exception.InvalidChallengeException.ErrorCodeEnum
▼
C
com.hidglobal.ia.service.beans.Event
A synchronization event sent from the server
C
com.hidglobal.ia.service.beans.PasswordPromptEvent
Password prompt event
C
com.hidglobal.ia.service.beans.ProgressEvent
A synchronization event sent from the server
C
com.hidglobal.ia.service.beans.EventListener
This interface provides an integration point for receiving status information sent from the server during the synchronization.
▼
C
com.hidglobal.ia.service.beans.EventResult
Represents the result of the event processing
C
com.hidglobal.ia.service.beans.PasswordPromptResult
Represents the result of the
PasswordPromptEvent
processing
▼
C
Exception
C
com.hidglobal.ia.service.exception.InvalidChallengeException
▼
C
com.hidglobal.ia.service.beans.Identifier
Generic
Identifier
C
com.hidglobal.ia.service.beans.KeyId
Key
Identifier
C
com.hidglobal.ia.service.protectionpolicy.ProtectionPolicyId
Protection Policy Identifier
▼
C
com.hidglobal.ia.service.otp.parameters.InputAlgorithmParameters
Base class for algorithm parameters provided by the API consumer.
C
com.hidglobal.ia.service.otp.parameters.InputOCRAParameters
Defines OCRA algorithm parameters set by the API consumer.
▼
C
IOException
▼
C
com.hidglobal.ia.service.exception.BaseException
C
com.hidglobal.ia.service.exception.FingerprintAuthenticationRequiredException
C
com.hidglobal.ia.service.exception.FingerprintNotEnrolledException
C
com.hidglobal.ia.service.exception.GooglePlayServicesObsoleteException
C
com.hidglobal.ia.service.exception.InternalException
C
com.hidglobal.ia.service.exception.InvalidParameterException
C
com.hidglobal.ia.service.exception.LostCredentialsException
C
com.hidglobal.ia.service.exception.NotImplementedException
▼
C
com.hidglobal.ia.service.exception.RemoteException
C
com.hidglobal.ia.service.exception.ServerVersionException
C
com.hidglobal.ia.service.exception.ServerOperationFailedException
C
com.hidglobal.ia.service.exception.ServerProtocolException
C
com.hidglobal.ia.service.exception.ServerUnsupportedOperationException
▼
C
com.hidglobal.ia.service.exception.TransactionException
▼
C
com.hidglobal.ia.service.exception.AuthenticationException
C
com.hidglobal.ia.service.exception.ServerAuthenticationException
C
com.hidglobal.ia.service.exception.CredentialsExpiredException
C
com.hidglobal.ia.service.exception.InvalidContainerException
C
com.hidglobal.ia.service.exception.InvalidPasswordException
C
com.hidglobal.ia.service.exception.PasswordCancelledException
C
com.hidglobal.ia.service.exception.PasswordExpiredException
C
com.hidglobal.ia.service.exception.PasswordNotYetUpdatableException
C
com.hidglobal.ia.service.exception.PasswordRequiredException
C
com.hidglobal.ia.service.exception.TransactionContainerInvalidException
C
com.hidglobal.ia.service.exception.TransactionExpiredException
C
com.hidglobal.ia.service.exception.UnsupportedDeviceException
C
com.hidglobal.ia.service.exception.UnsafeDeviceException
C
com.hidglobal.ia.service.transaction.Key
Key
instance
C
com.hidglobal.ia.service.transaction.KeySpec
▼
C
com.hidglobal.ia.service.protectionpolicy.LockPolicy
Lock Policy with specific access constraints
C
com.hidglobal.ia.service.protectionpolicy.CounterLockPolicy
The access to the credential will be locked after a configurable number of failed attempts
C
com.hidglobal.ia.service.protectionpolicy.DelayLockPolicy
The access to the credential will be limited by applying an exponential delay for each failed attempt
C
com.hidglobal.ia.service.protectionpolicy.NoLockPolicy
Lock Policy with specific access constraints
C
com.hidglobal.ia.service.protectionpolicy.SilentLockPolicy
The access to the credential is limited by delegating validation and blocking to server-side controls (such as exhausting the failed authentication counter).
C
com.hidglobal.ia.service.protectionpolicy.LockPolicy.LockType
C
com.hidglobal.ia.service.otp.parameters.OCRASuite
Represents the OCRA suite and associated runtime parameters.
▼
C
com.hidglobal.ia.service.otp.OTPGenerator
A base protocol for OTP generators
C
com.hidglobal.ia.service.otp.AsyncOTPGenerator
Extends the OTP generator to support asynchronous challenge-response generation. (OCRA)
C
com.hidglobal.ia.service.otp.SyncOTPGenerator
Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP)
C
com.hidglobal.ia.service.protectionpolicy.ProtectionPolicy.PolicyType
▼
C
com.hidglobal.ia.service.protectionpolicy.ProtectionPolicy
The protection policy defines the security parameters associated with a key or data item
C
com.hidglobal.ia.service.protectionpolicy.DevicePolicy
Protection Policy with device derived key protection
▼
C
com.hidglobal.ia.service.protectionpolicy.PasswordPolicy
Protection Policy with password specific constraints
C
com.hidglobal.ia.service.protectionpolicy.BioPasswordPolicy
Protection policy with authentication with biometrics or password.
C
com.hidglobal.ia.service.manager.SDKConstants
▼
C
com.hidglobal.ia.service.transaction.ServerAction
Encapsulates an action extracted from an encrypted server message
C
com.hidglobal.ia.service.transaction.Transaction
Encapsulates a transaction and exposes an API to apply an action status
C
com.hidglobal.ia.service.transaction.ServerActionInfo
Action details
C
com.hidglobal.ia.service.transaction.TransactionFilter
C
com.hidglobal.ia.service.transaction.TransactionInfo
▼
C
Serializable
C
com.hidglobal.ia.service.beans.KeyId
Key
Identifier
C
com.hidglobal.ia.service.beans.Parameter
Represents a parameter or option where the ID and value are enforced to be of type String.
C
com.hidglobal.ia.service.protectionpolicy.ProtectionPolicyId
Protection Policy Identifier
Generated on Tue Nov 8 2022 15:16:45 for HID APPROVE SDK by
1.8.13