HID APPROVE SDK
6.0
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
com.hidglobal.ia.service.transaction.CancelationReason
C
com.hidglobal.ia.service.beans.EventResult.Code
Represents the
EventResult
result possibilities of the client-side
EventListener
event processing.
C
com.hidglobal.ia.service.beans.ConnectionConfiguration
Configuration of server connections.
C
com.hidglobal.ia.service.transaction.Container
Encapsulates an active 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 new
Container
C
com.hidglobal.ia.service.transaction.ContainerRenewal
Configuration for renew of a
Container
.
C
com.hidglobal.ia.service.transaction.Device
Parent device object used to query device information and discover any active containers.
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
Base class for a synchronization event sent from the server.
C
com.hidglobal.ia.service.beans.PasswordPromptEvent
A synchronization password request event sent from the server.
C
com.hidglobal.ia.service.beans.ProgressEvent
A synchronization progress 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
EventListener
client-side event processing
C
com.hidglobal.ia.service.beans.PasswordPromptResult
Represents the requested password information for a
PasswordPromptEvent
.
▼
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.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.TransactionCanceledException
▼
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.InexplicitContainerException
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.TransactionSignedException
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.KeyPair
Represents an asymmetric public/private key pair instance.
C
com.hidglobal.ia.service.transaction.KeySpec
Encapsulates a key with configuration
▼
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
The access to the credential never locks after failed attempts.
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 interface 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 and context.
C
com.hidglobal.ia.service.transaction.ServerActionInfo
Action details received from server
C
com.hidglobal.ia.service.transaction.TransactionFilter
(Reserved for future use)
▼
C
Serializable
C
com.hidglobal.ia.service.beans.KeyId
Key
Identifier
C
com.hidglobal.ia.service.beans.Parameter
Represents a parameter consisting of a id/value pair
C
com.hidglobal.ia.service.protectionpolicy.ProtectionPolicyId
Protection Policy Identifier
Generated on Thu Apr 3 2025 11:57:46 for HID APPROVE SDK by
1.8.13