|
HID APPROVE SDK
5.5
HID APPROVE SDK for iOS
|
| ▼C<HIDAlgorithmParameters> | |
| ▼C<HIDHOTPAlgorithmParameters> | |
| C<HIDTOTPAlgorithmParameters> | |
| C<HIDOCRAAlgorithmParameters> | Defines the OCRA algorithm parameters |
| C<HIDContainer> | Service container instance |
| C<HIDDevice> | Main device instance |
| ▼C<HIDEvent> | A synchronization event sent from the server |
| CHIDPasswordPromptEvent | Password prompt event |
| CHIDProgressEvent | A synchronization 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<HIDTransaction> | Encapsulates a transaction and exposes an API to apply an action status |
| C<HIDTransactionInfo> | Transaction details |
| ▼CNSObject | |
| CHIDConnectionConfiguration | Connection configuration |
| ▼CHIDContainerConfiguration | Base container configuration |
| CHIDContainerInitialization | Container creation configuration |
| CHIDContainerRenewal | Container renew configuration |
| CHIDDeviceFactory | Factory for creating a new device instance |
| ▼CHIDEventResult | Represents the result of the event processing |
| CHIDPasswordPromptResult | Represents the result of the HIDPasswordPromptEvent processing |
| CHIDIdentifier | Object identifier |
| CHIDKeySpec | Key Spec object for use with addKey:withProtectionPolicyId:withPassword:error: (HIDContainer-p) |
| ▼CHIDOTPInputAlgorithmParameters | |
| CHIDOCRAInputAlgorithmParameters | Defines the OCRA algorithm parameters |
| CHIDParameter | Represents a parameter or option where the ID and value are enforced to be of type NSString |
| CHIDPasswordPromptEvent | Password prompt event |
| CHIDProgressEvent | A synchronization event sent from the server |
| CHIDTransactionFilter | Transactions search filter |
| ▼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> | Represents a protection policy of type BioPasswordPolicy |
| ▼C<NSObjectHIDOTPGenerator> | |
| C<HIDAsyncOTPGenerator> | Extends the OTP generator to support asynchronous challenge-response generation. (OCRA) |