HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 C<HIDAlgorithmParameters>
 C<HIDHOTPAlgorithmParameters>
 C<HIDTOTPAlgorithmParameters>
 C<HIDOCRAAlgorithmParameters>Defines the OCRA algorithm parameters
 C<HIDContainer>Encapsulates an active service container instance
 C<HIDDevice>Parent device object used to query device information and discover any active containers
 C<HIDEvent>Base class for a synchronization event sent from the server
 CHIDPasswordPromptEventA synchronization password request event sent from the server
 CHIDProgressEventA synchronization progress event sent from the server
 C<HIDKey>Key instance
 C<HIDLockPolicy>Lock Policy with specific access constraints
 C<HIDCounterLockPolicy>The access to the credential will be locked after a configurable number of failed attempts
 C<HIDDelayLockPolicy>The access to the credential will be limited by applying an exponential delay for each failed attempt
 C<HIDOCRASuite>Represents the OCRA suite and associated runtime parameters
 C<HIDOTPInputAlgorithmParametersHIDAsyncOTPGenerator>
 C<HIDOCRAGenerator>
 C<HIDProgressListener>This interface provides an integration point for receiving status information sent from the server during the synchronization
 C<HIDServerAction>Encapsulates an action extracted from an encrypted server message
 C<HIDTransaction>Encapsulates a transaction and exposes an API to apply an action status and context
 C<HIDServerActionInfo>Action details from server
 C<HIDTransactionInfo>Transaction details
 CNSObject
 CHIDConnectionConfigurationConfiguration of server connections
 CHIDContainerConfigurationBase container configuration
 CHIDContainerInitializationConfiguration for creation of a Container
 CHIDContainerRenewalConfiguration for renew of a Container
 CHIDDeviceFactoryFactory for creating a new device instance
 CHIDEventResultRepresents the result of HIDProgressListener client-side event processing
 CHIDPasswordPromptResultRepresents the requested password information for a HIDPasswordPromptEvent
 CHIDIdentifierObject identifier
 CHIDKeySpecKey Spec object for use with addKey:withProtectionPolicyId:withPassword:error: (HIDContainer-p)
 CHIDOTPInputAlgorithmParametersBase class for algorithm parameters provided by the API consumer
 CHIDOCRAInputAlgorithmParametersDefines the OCRA algorithm parameters
 CHIDParameterRepresents a parameter consisting of an id/value pair
 CHIDPasswordPromptEventA synchronization password request event sent from the server
 CHIDProgressEventA synchronization progress event sent from the server
 CHIDTransactionFilter(Reserved for future use)
 C<NSObject>
 C<HIDOTPGenerator>A base protocol for OTP generators
 C<HIDSyncOTPGenerator>Extends the OTP generator to support synchronous time or event based generation. (HOTP, TOTP)
 C<HIDProtectionPolicy>The protection policy defines the security parameters associated with a key or data item
 C<HIDDevicePolicy>Protection Policy with device derived key protection
 C<HIDPasswordPolicy>Protection Policy with password specific constraints
 C<HIDBioPasswordPolicy>Protection policy with authentication with biometrics or password
 C<NSObjectHIDOTPGenerator>
 C<HIDAsyncOTPGenerator>Extends the OTP generator to support asynchronous challenge-response generation. (OCRA) Computes OTP using externally provided challenge or transaction data