25 #import <Foundation/Foundation.h>
193 - (BOOL)changePassword:(NSString*)oldPassword new:(NSString*)newPassword error:(NSError**)error;
210 - (BOOL)verifyPassword:(NSString*)password error:(NSError**)error;
357 - (BOOL)enableBioAuthentication:(NSString*)sPassword error:(NSError**)error;
The credential never locks.
Definition: HIDProtectionPolicy.h:39
the cryptographic key has been invalidated.
Definition: HIDProtectionPolicy.h:343
The device has no biometric sensor, authentication with biometrics is not possible.
Definition: HIDProtectionPolicy.h:341
Lock Policy with specific access constraints.
Definition: HIDProtectionPolicy.h:48
int maxAge()
Get maximum age for a password. This determines how long (in days) users can keep a password before t...
int maxAlpha()
Get maximum number of alphabetical characters.
Authentication with biometrics is enabled, the SDK will accept password as nil in authentication meth...
Definition: HIDProtectionPolicy.h:339
int minLowerCase()
Get minimum number of lower case letters.
int maxNonAlpha()
Get maximum number of special characters (non alphanumeric).
The protection policy defines the security parameters associated with a key or data item...
Definition: HIDProtectionPolicy.h:131
The user did not enrolled biometric features at the device level, authentication with biometrics cann...
Definition: HIDProtectionPolicy.h:342
An exponential delay is added for each failed authentication attempt using that credential.
Definition: HIDProtectionPolicy.h:41
HIDLockType
Known types of lock policy.
Definition: HIDProtectionPolicy.h:37
int maxUpperCase()
Get maximum number of upper case letters.
id< HIDLockPolicy > lockPolicy()
Returns the lock policy.
int maxLength()
Get maximum password length.
The access to the credential will be limited by applying an exponential delay for each failed attempt...
Definition: HIDProtectionPolicy.h:101
Protection Policy with password specific constraints.
Definition: HIDProtectionPolicy.h:175
Protection Policy with device derived key protection.
Definition: HIDProtectionPolicy.h:370
int minNumeric()
Get the minimum number of numeric characters.
HIDLockType lockType()
returns the lock policy type.
HIDBioAuthenticationState
Working state of authentication with biometrics.
Definition: HIDProtectionPolicy.h:337
Protection policy with authentication with biometrics or password.
Definition: HIDProtectionPolicy.h:349
int currentAge()
Get current password age since last change.
The credential access is limited by delegating validation and blocking to server-side controls...
Definition: HIDProtectionPolicy.h:42
int maxNumeric()
Get maximum number of numeric characters.
int maxHistory()
Get max password history limit. This security setting determines the number of unique new passwords t...
int counter()
Returns the maximum counter value after which exponential delay is fixed.
HIDPolicyType
Protection policy types.
Definition: HIDProtectionPolicy.h:120
int counter()
Returns the max counter value of the credential before it gets locked.
HIDIdentifier * policyId()
Returns the protection policy identifier.
HIDPolicyType policyType()
Returns the protection policy type.
object identifier.
Definition: HIDIdentifier.h:36
HIDBioAuthenticationState getBioAuthenticationState()
Returns the current working state of authentication with biometrics.
Item is protected by a password provided by the user.
Definition: HIDProtectionPolicy.h:122
int maxLowerCase()
Get maximum number of lower case letters.
BOOL isSequenceAllowed()
Gets password sequence allowed flag.
Item is protected by device-specific information.
Definition: HIDProtectionPolicy.h:123
int getCacheTimeout()
Gets password cache timeout.
Item is protected by external biometric policy.
Definition: HIDProtectionPolicy.h:124
The credential locks after a certain number of attempts.
Definition: HIDProtectionPolicy.h:40
Authentication with biometrics is not enabled. To enable, a call to HIDBioPasswordPolicy.enableBioAuthentication is required.
Definition: HIDProtectionPolicy.h:340
int minLength()
Get minimum password length.
int delay()
Returns the initial delay in seconds.
int minNonAlpha()
Get minimum number of special characters (non alphanumeric).
int minUpperCase()
Get minimum number of upper case letters.
BOOL isCacheEnabled()
Gets password cache flag.
The access to the credential will be locked after a configurable number of failed attempts...
Definition: HIDProtectionPolicy.h:61
int minAlpha()
Get minimum number of alphabetical characters.
int minAge()
Get minimum age for a password change. This security setting determines the period of time (in days) ...